app: fix translation context of group menus in GimpDashboard

This commit is contained in:
Ell 2018-01-19 15:33:47 -05:00
parent 4249cee60b
commit eea34d6915

View file

@ -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),