[gimp] app: fix translation context of group menus in GimpDashboard



commit eea34d6915ecf46685fcd7b7c2b8b32bc593e30e
Author: Ell <ell_se yahoo com>
Date:   Fri Jan 19 15:33:47 2018 -0500

    app: fix translation context of group menus in GimpDashboard

 app/widgets/gimpdashboard.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/widgets/gimpdashboard.c b/app/widgets/gimpdashboard.c
index 3014ac1..066cd62 100644
--- a/app/widgets/gimpdashboard.c
+++ b/app/widgets/gimpdashboard.c
@@ -725,7 +725,7 @@ gimp_dashboard_init (GimpDashboard *dashboard)
               const VariableInfo *variable_info = &variables[field_info->variable];
 
               item = gtk_check_menu_item_new_with_label (
-                g_dpgettext2 (NULL, "dashboard-field", variable_info->title));
+                g_dpgettext2 (NULL, "dashboard-variable", variable_info->title));
               field_data->menu_item = GTK_CHECK_MENU_ITEM (item);
               gimp_help_set_help_data (item,
                                        g_dgettext (NULL, variable_info->description),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]