From 5fda2524445db151bb82498a93f4bd2cf3a4df93 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Fri, 5 May 2023 13:51:53 -0700 Subject: [PATCH] Bug 798839 - Edit -> Preferences string not translatable (bis) --- gnucash/gnome-utils/gnc-option-gtk-ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnucash/gnome-utils/gnc-option-gtk-ui.cpp b/gnucash/gnome-utils/gnc-option-gtk-ui.cpp index f20447ef56..e5dc0b0915 100644 --- a/gnucash/gnome-utils/gnc-option-gtk-ui.cpp +++ b/gnucash/gnome-utils/gnc-option-gtk-ui.cpp @@ -522,7 +522,7 @@ RelativeDateEntry::RelativeDateEntry(GncOption& option) GtkTreeIter iter; gtk_list_store_append (store, &iter); 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 */