gnucash maint: Add a missing gettext in plugin page owner tree

Frank H. Ellenberger fell at code.gnucash.org
Fri Jan 1 19:21:49 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/c2598f89 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b4f39ebf (commit)



commit c2598f89c59c5f44640e4b924222f6f224b7e372
Author: fell <f.ellenberger at online.de>
Date:   Sat Jan 2 01:21:42 2016 +0100

    Add a missing gettext in plugin page owner tree
    
    Thanks to Mechtilde on IRC

diff --git a/src/business/business-gnome/gnc-plugin-page-owner-tree.c b/src/business/business-gnome/gnc-plugin-page-owner-tree.c
index 1faa339..84d8530 100644
--- a/src/business/business-gnome/gnc-plugin-page-owner-tree.c
+++ b/src/business/business-gnome/gnc-plugin-page-owner-tree.c
@@ -626,7 +626,7 @@ gnc_plugin_page_owner_tree_create_widget (GncPluginPage *plugin_page)
                                       "show-column-menu", TRUE,
                                       NULL);
 
-    g_object_set(G_OBJECT(plugin_page), "page-name", label, NULL);
+    g_object_set(G_OBJECT(plugin_page), "page-name", _(label), NULL);
 
     priv->tree_view = tree_view;
     selection = gtk_tree_view_get_selection(tree_view);



Summary of changes:
 src/business/business-gnome/gnc-plugin-page-owner-tree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list