diff --git a/app/actions/tools-actions.c b/app/actions/tools-actions.c index c3e320d9fc..b78681c16d 100644 --- a/app/actions/tools-actions.c +++ b/app/actions/tools-actions.c @@ -336,11 +336,11 @@ static const GimpEnumActionEntry tools_size_actions[] = GIMP_ACTION_SELECT_NEXT, FALSE, NULL }, { "tools-size-decrease-skip", GIMP_ICON_DIALOG_TOOL_OPTIONS, - NC_("tools-action", "Tool's Size: Decrease by 10"), "bracketleft", NULL, + NC_("tools-action", "Tool's Size: Decrease by 10"), "braceleft", NULL, GIMP_ACTION_SELECT_SKIP_PREVIOUS, FALSE, NULL }, { "tools-size-increase-skip", GIMP_ICON_DIALOG_TOOL_OPTIONS, - NC_("tools-action", "Tool's Size: Increase by 10"), "bracketright", NULL, + NC_("tools-action", "Tool's Size: Increase by 10"), "braceright", NULL, GIMP_ACTION_SELECT_SKIP_NEXT, FALSE, NULL }, { "tools-size-decrease-percent", GIMP_ICON_DIALOG_TOOL_OPTIONS,