Skip to content

Commit

Permalink
Fix Share shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
Slackadays committed Oct 18, 2024
1 parent 0dc1e33 commit bebff3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cb/src/locales/en_us.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
EnumArray<std::string_view, 23> 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<std::string_view, 23> 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<std::string_view, 23> 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<std::string_view, 23> doing_action = {"Cutting", "Copying", "Pasting", "Clearing", "Showing", "Editing", "Adding",
"Removing", "Noting", "Swapping", "Checking status", "Showing info", "Loading", "Importing",
Expand Down

0 comments on commit bebff3c

Please sign in to comment.