mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 798839 - Edit -> Preferences string not translatable (bis)
This commit is contained in:
parent
1b3c693d7d
commit
5fda252444
@ -522,7 +522,7 @@ RelativeDateEntry::RelativeDateEntry(GncOption& option)
|
|||||||
GtkTreeIter iter;
|
GtkTreeIter iter;
|
||||||
gtk_list_store_append (store, &iter);
|
gtk_list_store_append (store, &iter);
|
||||||
gtk_list_store_set (store, &iter, 0,
|
gtk_list_store_set (store, &iter, 0,
|
||||||
option.permissible_value_name(index), -1);
|
_(option.permissible_value_name(index)), -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Create the new Combo with tooltip and add the store */
|
/* Create the new Combo with tooltip and add the store */
|
||||||
|
Loading…
Reference in New Issue
Block a user