diff --git a/src/cb/src/locales/en_us.cpp b/src/cb/src/locales/en_us.cpp index 1bcae160e..22e86c623 100644 --- a/src/cb/src/locales/en_us.cpp +++ b/src/cb/src/locales/en_us.cpp @@ -18,7 +18,7 @@ EnumArray actions = {"cut", "copy", "paste", "clear", "show", "edit", "add", "remove", "note", "swap", "status", "info", "load", "import", "export", "history", "ignore", "search", "undo", "redo", "config", "script", "share"}; -EnumArray action_shortcuts = {"ct", "cp", "p", "clr", "sh", "ed", "ad", "rm", "nt", "sw", "st", "in", "ld", "imp", "ex", "hs", "ig", "sr", "u", "r", "cfg", "sc", "sh"}; +EnumArray action_shortcuts = {"ct", "cp", "p", "clr", "sh", "ed", "ad", "rm", "nt", "sw", "st", "in", "ld", "imp", "ex", "hs", "ig", "sr", "u", "r", "cfg", "sc", "sr"}; EnumArray doing_action = {"Cutting", "Copying", "Pasting", "Clearing", "Showing", "Editing", "Adding", "Removing", "Noting", "Swapping", "Checking status", "Showing info", "Loading", "Importing",