mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Translate "Accounts" in "Filter %s by..."
This commit is contained in:
parent
40b76061e0
commit
8a75523928
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user