summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-01-29 22:44:29 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-01-29 22:44:29 -0500
commitbc58a60a0b6f0b075c30c0eba32859a8e87ee0ae (patch)
tree7567daf47a8193951b938fb0b6265bebc7f7e9f9 /docs
parentd39f98fff4b68f38df5180590a17be75680cfc56 (diff)
downloadgtk+-bc58a60a0b6f0b075c30c0eba32859a8e87ee0ae.tar.gz
Minor rewording in the tutorial
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/getting_started.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/gtk/getting_started.xml b/docs/reference/gtk/getting_started.xml
index 13cf36ac8c..0d870fee1d 100644
--- a/docs/reference/gtk/getting_started.xml
+++ b/docs/reference/gtk/getting_started.xml
@@ -186,9 +186,9 @@
</simplesect>
<simplesect>
- <title>Building UIs</title>
+ <title>Building interfaces</title>
- <para>When construcing a more complicated interface, with dozens
+ <para>When construcing a more complicated user interface, with dozens
or hundreds of widgets, doing all the setup work in C code is
cumbersome, and making changes becomes next to impossible.</para>