mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
71e017d82c
commit
54cbbf778f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user