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

This commit is contained in:
Frank H. Ellenberger 2023-01-07 01:48:01 +01:00
parent 40b76061e0
commit 8a75523928

View File

@ -2328,7 +2328,7 @@ account_filter_dialog_create(AccountFilterDialog *fd, GncPluginPage *page)
GTK_WINDOW(GNC_PLUGIN_PAGE(page)->window)); GTK_WINDOW(GNC_PLUGIN_PAGE(page)->window));
/* Translators: The %s is the name of the plugin page */ /* Translators: The %s is the name of the plugin page */
title = g_strdup_printf(_("Filter %s by..."), 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); gtk_window_set_title(GTK_WINDOW(dialog), title);
g_free(title); g_free(title);