Skip to content

Commit 60ba4ba

Browse files
committed
Merge pull request #107471 from Calinou/input-map-fix-colorpicker-action-name
Fix action name for `ui_colorpicker_delete_preset` in built-in InputMap
2 parents d9cda33 + b4477f3 commit 60ba4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/input/input_map.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ static const _BuiltinActionDisplayName _builtin_action_display_names[] = {
408408
{ "ui_filedialog_show_hidden", TTRC("Show Hidden") },
409409
{ "ui_swap_input_direction ", TTRC("Swap Input Direction") },
410410
{ "ui_unicode_start", TTRC("Start Unicode Character Input") },
411-
{ "ui_colorpicker_delete_preset", TTRC("Toggle License Notices") },
411+
{ "ui_colorpicker_delete_preset", TTRC("ColorPicker: Delete Preset") },
412412
{ "ui_accessibility_drag_and_drop", TTRC("Accessibility: Keyboard Drag and Drop") },
413413
{ "", ""}
414414
/* clang-format on */

0 commit comments

Comments
 (0)