glib r6486 - in trunk/docs/reference: . glib/tmpl



Author: matthiasc
Date: Sun Feb 10 04:26:54 2008
New Revision: 6486
URL: http://svn.gnome.org/viewvc/glib?rev=6486&view=rev

Log:
Doc improvement


Modified:
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/glib/tmpl/i18n.sgml

Modified: trunk/docs/reference/glib/tmpl/i18n.sgml
==============================================================================
--- trunk/docs/reference/glib/tmpl/i18n.sgml	(original)
+++ trunk/docs/reference/glib/tmpl/i18n.sgml	Sun Feb 10 04:26:54 2008
@@ -90,9 +90,10 @@
 
 <!-- ##### MACRO N_ ##### -->
 <para>
-Marks a string for translation, gets replaced with the untranslated string
-at runtime. This is useful in situations where the translated strings can't
+Only marks a string for translation.
+This is useful in situations where the translated strings can't
 be directly used, e.g. in string array initializers. 
+To get the translated string, call gettext() at runtime.
 </para>
 <informalexample><programlisting>
      {



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