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
This commit is contained in:
Christian Stimming 2007-06-09 13:49:59 +00:00
parent 71e017d82c
commit 54cbbf778f

View File

@ -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);