From 54cbbf778f938e8e4d2d473a3464fc361d2ca39f Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sat, 9 Jun 2007 13:49:59 +0000 Subject: [PATCH] Dont mark string translatable that is only visible to expert users in a special file. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16156 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/app-utils/gnc-exp-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app-utils/gnc-exp-parser.c b/src/app-utils/gnc-exp-parser.c index 5197e337eb..931945e568 100644 --- a/src/app-utils/gnc-exp-parser.c +++ b/src/app-utils/gnc-exp-parser.c @@ -136,7 +136,7 @@ gnc_exp_parser_shutdown (void) 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);