Bug 798839 - Edit -> Preferences string not translatable (bis)

This commit is contained in:
John Ralls 2023-05-05 13:51:53 -07:00
parent 1b3c693d7d
commit 5fda252444

View File

@ -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 */