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>
{
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.