[gnome-devel-docs] Fixed small typos in strings



commit 152cf97a208e97a615def3fca522c164b8114724
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Thu Nov 15 16:00:36 2012 +0100

    Fixed small typos in strings

 platform-demos/C/beginner.js.page       |    2 +-
 platform-demos/C/weatherAppMain.js.page |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/platform-demos/C/beginner.js.page b/platform-demos/C/beginner.js.page
index 31c6121..c64eaf4 100644
--- a/platform-demos/C/beginner.js.page
+++ b/platform-demos/C/beginner.js.page
@@ -27,7 +27,7 @@
 <steps>
   <item><p><link href="http://eloquentjavascript.net/contents.html";>Eloquent JavaScript</link> is a free, Creative Commons-licensed book, which explains the basics of JavaScript programming. Since you won't be writing JavaScript for the web, you only need to read up to chapter 10 or so.</p></item>
   <item><p><link href="http://www.gnome.org/getting-gnome/";>Download GNOME</link> as part of a distribution, like Fedora, openSUSE, or Ubuntu. Each distribution has its own instructions for how to get GNOME.</p></item>
-  <item><p><link xref="set-up-gedit.js">Set up gedit</link> for writing applications. GNOME's text editor, gedit, is sometimes just called "text editor."</p></item>
+  <item><p><link xref="set-up-gedit.js">Set up gedit</link> for writing applications. GNOME's text editor, gedit, is sometimes just called "text editor".</p></item>
 </steps>
 </section>
 
diff --git a/platform-demos/C/weatherAppMain.js.page b/platform-demos/C/weatherAppMain.js.page
index 0a34bc0..5ec4793 100644
--- a/platform-demos/C/weatherAppMain.js.page
+++ b/platform-demos/C/weatherAppMain.js.page
@@ -24,7 +24,7 @@
       <item><p> <link xref="#mainwindow">Creating the main window for the application</link> </p></item>
       <item><p> <link xref="#widgets">Adding a grid and all the necessary widgets to it</link></p></item>
       <item><p> <link xref="#asynccall">Requesting the weather information asynchronously</link></p></item>
-      <item><p> <link xref="#connectingbuttons">Connecting signals to button and entry."></link></p></item>
+      <item><p> <link xref="#connectingbuttons">Connecting signals to button and entry"></link>.</p></item>
       <item><p> <link xref="#weatherapp.js">weatherapp.js</link></p></item>
     </list>
   </synopsis>



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