r16156 - gnucash/trunk/src/app-utils - Dont mark string translatable that is only visible to expert users in a special file.

Christian Stimming cstim at cvs.gnucash.org
Sat Jun 9 09:50:01 EDT 2007


Author: cstim
Date: 2007-06-09 09:49:59 -0400 (Sat, 09 Jun 2007)
New Revision: 16156
Trac: http://svn.gnucash.org/trac/changeset/16156

Modified:
   gnucash/trunk/src/app-utils/gnc-exp-parser.c
Log:
Dont mark string translatable that is only visible to expert users in a special file.

Modified: gnucash/trunk/src/app-utils/gnc-exp-parser.c
===================================================================
--- gnucash/trunk/src/app-utils/gnc-exp-parser.c	2007-06-08 20:01:03 UTC (rev 16155)
+++ gnucash/trunk/src/app-utils/gnc-exp-parser.c	2007-06-09 13:49:59 UTC (rev 16156)
@@ -136,7 +136,7 @@
   key_file = g_key_file_new();
   g_hash_table_foreach (variable_bindings, set_one_key, key_file);
   g_key_file_set_comment(key_file, GROUP_NAME, NULL,
-			 _(" Variables are in the form 'name=value'"),
+			 " Variables are in the form 'name=value'",
 			 NULL);
   gnc_key_file_save_to_file(filename, key_file, NULL);
   g_key_file_free(key_file);



More information about the gnucash-changes mailing list