[gnome-devel-docs] Fixed several typos in strings
- From: Daniel Mustieles GarcÃa <dmustieles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-devel-docs] Fixed several typos in strings
- Date: Sun, 2 Sep 2012 09:42:59 +0000 (UTC)
commit 381e504617ef5b870b7fdfb9bb93813248ee7cbe
Author: Daniel Mustieles <daniel mustieles gmail com>
Date: Sun Sep 2 11:42:51 2012 +0200
Fixed several typos in strings
platform-demos/C/treeview_simple_liststore.js.page | 2 +-
platform-demos/C/tutorial.py.page | 2 +-
platform-demos/C/weatherGeonames.js.page | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/platform-demos/C/treeview_simple_liststore.js.page b/platform-demos/C/treeview_simple_liststore.js.page
index b995d33..08b3455 100644
--- a/platform-demos/C/treeview_simple_liststore.js.page
+++ b/platform-demos/C/treeview_simple_liststore.js.page
@@ -22,7 +22,7 @@
<title>TreeView with ListStore</title>
<media type="image" mime="image/png" src="media/treeview_simple_liststore_penguins.png"/>
- <p>A TreeView is like a window onto the contents of either a ListStore or a TreeStore. A ListStore is like a spreadsheet: a "flat," two-dimensional list of things broken up into rows and columns. A TreeStore, meanwhile, can branch out in different directions like a tree can. In this example, we create a TreeView that shows the contents of a ListStore with (fictitious) names and phone numbers in it, and set it so that the <link xref="label.js">Label</link> at the bottom of the window shows more information about whichever name you click on.</p>
+ <p>A TreeView is like a window onto the contents of either a ListStore or a TreeStore. A ListStore is like a spreadsheet: a "flat", two-dimensional list of things broken up into rows and columns. A TreeStore, meanwhile, can branch out in different directions like a tree can. In this example, we create a TreeView that shows the contents of a ListStore with (fictitious) names and phone numbers in it, and set it so that the <link xref="label.js">Label</link> at the bottom of the window shows more information about whichever name you click on.</p>
<p>The TreeView is not just a single widget, but contains a number of smaller ones:</p>
<list>
<item><p>TreeViewColumn widgets show each (vertical) column of information from the ListStore. Each one has a title which can be shown at the top of the column, like in the screenshot.</p></item>
diff --git a/platform-demos/C/tutorial.py.page b/platform-demos/C/tutorial.py.page
index 6a41145..4099915 100644
--- a/platform-demos/C/tutorial.py.page
+++ b/platform-demos/C/tutorial.py.page
@@ -27,7 +27,7 @@
<synopsis>
<p>By following these tutorials you will learn the basics of GUI programming using Gtk+.</p>
- <p>If you have never programmed before, or are not familiar with the concepts of object oriented programming, you may need to learn a few basics first. The book <link href="http://learnpythonthehardway.org/book/">Learn Python the Hard Way</link> or <link href="http://docs.python.org/tutorial/index.html">The Python Tutorial</link> may be a better place for you to start. You may also be interested in the <link href="http://python-gtk-3-tutorial.readthedocs.org/en/latest/index.html">The Python GTK+ 3 Tutorial</link>. Once you master the basics, be sure to come back and check out these tutorials.</p>
+ <p>If you have never programmed before, or are not familiar with the concepts of object oriented programming, you may need to learn a few basics first. The book <link href="http://learnpythonthehardway.org/book/">Learn Python the Hard Way</link> or <link href="http://docs.python.org/tutorial/index.html">The Python Tutorial</link> may be a better place for you to start. You may also be interested in <link href="http://python-gtk-3-tutorial.readthedocs.org/en/latest/index.html">The Python GTK+ 3 Tutorial</link>. Once you master the basics, be sure to come back and check out these tutorials.</p>
</synopsis>
<links type="section"/>
diff --git a/platform-demos/C/weatherGeonames.js.page b/platform-demos/C/weatherGeonames.js.page
index f571975..64b296d 100644
--- a/platform-demos/C/weatherGeonames.js.page
+++ b/platform-demos/C/weatherGeonames.js.page
@@ -17,7 +17,7 @@
<title>Local library geoNames</title>
<synopsis>
- <p>In this part of the guide well construct the local library geoNames using asynchronous calls. Weather information in this example is fetched from geonames.org and the application is using the <link href= "http://en.wikipedia.org/wiki/List_of_airports_by_ICAO_code:_E">ICAO codes </link> to place your weather request. To write and run all the code examples yourself, you need an editor to write code in, Terminal and GNOME 3 or higher installed into your computer. In this guide we we'll go through the following parts:</p>
+ <p>In this part of the guide we'll construct the local library geoNames using asynchronous calls. Weather information in this example is fetched from geonames.org and the application is using the <link href= "http://en.wikipedia.org/wiki/List_of_airports_by_ICAO_code:_E">ICAO codes </link> to place your weather request. To write and run all the code examples yourself, you need an editor to write code in, Terminal and GNOME 3 or higher installed into your computer. In this guide we'll go through the following parts:</p>
<list>
<item><p> <link xref="#geonamesimports">Local library for getting the weather</link></p></item>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]