[gnome-devel-docs] Fixed typos in strings



commit e8c7ae2ea014fa79c2c78df49576ac8891c8eef6
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Thu Dec 27 13:44:11 2012 +0100

    Fixed typos in strings

 platform-demos/C/menubar.py.page |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/platform-demos/C/menubar.py.page b/platform-demos/C/menubar.py.page
index 7e54881..aac2048 100644
--- a/platform-demos/C/menubar.py.page
+++ b/platform-demos/C/menubar.py.page
@@ -121,7 +121,7 @@ self.add_action(new_action)</code>
 
     <p>Some actions, such as "copy" and "paste" deal with the window, not the application. Window actions should be created as part of the window class.</p>
 
-    <p>The complete example files contain both application actions and window applications.  The window actions are the ones usually included in the <link xref="gmenu.py">application menu</link> also.  It is not good practice to include window actions in the applcation menu. For demonstration purposes, the complete example files which follow include XML in the UI file which creates the application menu which includes a "New" and "Open" item, and these are hooked up to the same actions as the menubar items of the same name.</p>
+    <p>The complete example files contain both application actions and window actions.  The window actions are the ones usually included in the <link xref="gmenu.py">application menu</link> also.  It is not good practice to include window actions in the applcation menu. For demonstration purposes, the complete example files which follow include XML in the UI file which creates the application menu which includes a "New" and "Open" item, and these are hooked up to the same actions as the menubar items of the same name.</p>
   </section>
 
   <section id="choices">



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