Skip to content

Commit b4477f3

Browse files
committed
Fix action name for ui_colorpicker_delete_preset in built-in InputMap
The old action name is a leftover from a now-reverted PR.
1 parent 4261cc0 commit b4477f3

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)