From eea34d6915ecf46685fcd7b7c2b8b32bc593e30e Mon Sep 17 00:00:00 2001 From: Ell Date: Fri, 19 Jan 2018 15:33:47 -0500 Subject: [PATCH] app: fix translation context of group menus in GimpDashboard --- app/widgets/gimpdashboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/widgets/gimpdashboard.c b/app/widgets/gimpdashboard.c index 3014ac1d3a..066cd624ac 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),