r16204 - gnucash/trunk/src/gnome - Improve i18n comments to make them more grok-able for translators.

Christian Stimming cstim at cvs.gnucash.org
Fri Jun 22 16:20:48 EDT 2007


Author: cstim
Date: 2007-06-22 16:20:47 -0400 (Fri, 22 Jun 2007)
New Revision: 16204
Trac: http://svn.gnucash.org/trac/changeset/16204

Modified:
   gnucash/trunk/src/gnome/dialog-print-check.c
Log:
Improve i18n comments to make them more grok-able for translators.

Modified: gnucash/trunk/src/gnome/dialog-print-check.c
===================================================================
--- gnucash/trunk/src/gnome/dialog-print-check.c	2007-06-22 19:51:24 UTC (rev 16203)
+++ gnucash/trunk/src/gnome/dialog-print-check.c	2007-06-22 20:20:47 UTC (rev 16204)
@@ -1122,16 +1122,17 @@
 
     pkgdatadir = gnc_path_get_pkgdatadir();
     dirname = g_build_filename(pkgdatadir, CHECK_FMT_DIR, (char *)NULL);
-    /* Translators: This string may be presented to the user to
-     * indicate that a check file format was defined by the gnucash
-     * application. */
+    /* Translators: This is a directory name. It may be presented to
+     * the user to indicate that some data file was defined by the
+     * gnucash application. */
     read_one_check_directory(pcd, store, _("application"), dirname);
     g_free(dirname);
     g_free(pkgdatadir);
 
     dirname = gnc_build_dotgnucash_path(CHECK_FMT_DIR);
-    /* Translators: This string may be presented to the user to
-     * indicate that a check file format was defined by a user. */
+    /* Translators: This is a directory name. It may be presented to
+     * the user to indicate that some data file was defined by a
+     * user herself. */
     read_one_check_directory(pcd, store, _("user"), dirname);
     g_free(dirname);
 }



More information about the gnucash-changes mailing list