gnucash maint: Translate "Accounts" in "Filter %s by..."

Frank H.Ellenberger fell at code.gnucash.org
Sun Jan 8 19:21:49 EST 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/8a755239 (commit)
	from  https://github.com/Gnucash/gnucash/commit/40b76061 (commit)



commit 8a755239284f3efbcea182c4983076ab6c06d6a6
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat Jan 7 01:48:01 2023 +0100

    Translate "Accounts" in "Filter %s by..."

diff --git a/gnucash/gnome-utils/gnc-tree-view-account.c b/gnucash/gnome-utils/gnc-tree-view-account.c
index 970214b6a..eaf5f57e8 100644
--- a/gnucash/gnome-utils/gnc-tree-view-account.c
+++ b/gnucash/gnome-utils/gnc-tree-view-account.c
@@ -2328,7 +2328,7 @@ account_filter_dialog_create(AccountFilterDialog *fd, GncPluginPage *page)
                                  GTK_WINDOW(GNC_PLUGIN_PAGE(page)->window));
     /* Translators: The %s is the name of the plugin page */
     title = g_strdup_printf(_("Filter %s by..."),
-                            gnc_plugin_page_get_page_name(GNC_PLUGIN_PAGE(page)));
+                            _(gnc_plugin_page_get_page_name(GNC_PLUGIN_PAGE(page))));
     gtk_window_set_title(GTK_WINDOW(dialog), title);
     g_free(title);
 



Summary of changes:
 gnucash/gnome-utils/gnc-tree-view-account.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list