[gnome-devel-docs] Fixed typo in strings



commit 4d34a2384e6114ffe956f67c9e94ded7b82961fe
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Tue Jun 26 20:56:25 2012 +0200

    Fixed typo in strings

 platform-demos/C/textview.py.page |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/platform-demos/C/textview.py.page b/platform-demos/C/textview.py.page
index a0c9608..f1c6255 100644
--- a/platform-demos/C/textview.py.page
+++ b/platform-demos/C/textview.py.page
@@ -68,8 +68,8 @@ tag = textbuffer.create_tag("orange_bg", background="orange")
 textbuffer.apply_tag(tag, start_iter, end_iter)</code>
      <p>The following are some of the common styles applied to text:</p>
       <list>
-        <item><p>Background colour ("foreground" property)</p></item>
-        <item><p>Foreground colour ("background" property)</p></item>
+        <item><p>Background colour ("background" property)</p></item>
+        <item><p>Foreground colour ("foreground" property)</p></item>
         <item><p>Underline ("underline" property)</p></item>
         <item><p>Bold ("weight" property)</p></item>
         <item><p>Italics ("style" property)</p></item>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]