diff options
| author | 2021-03-21 10:42:27 -0400 | |
|---|---|---|
| committer | 2021-03-21 15:42:27 +0100 | |
| commit | 4f4ce3c71bb69e3b55029325901e3d16a8142376 (patch) | |
| tree | 294999820869f36345034f12e433cad32a4cf74a /cli/i18n | |
| parent | e2533bd9468c6d46b991af7b9ad31d67a0a1cc17 (diff) | |
Remove shortcut validation (#3548)
Before, only standard shortcuts were supported. When other shortcuts were
configured, they were filtered out.
Now, those shortcuts are stored in the configuration and an alert message
is displayed to alert the user that he is using non-standard shortcuts.
See #3481
Diffstat (limited to 'cli/i18n')
| -rw-r--r-- | cli/i18n/ignore/en-us.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/i18n/ignore/en-us.php b/cli/i18n/ignore/en-us.php index 2365bd17e..e03e30000 100644 --- a/cli/i18n/ignore/en-us.php +++ b/cli/i18n/ignore/en-us.php @@ -288,6 +288,7 @@ return array( 'conf.shortcut.navigation_help', 'conf.shortcut.navigation_no_mod_help', 'conf.shortcut.next_article', + 'conf.shortcut.non_standard', 'conf.shortcut.normal_view', 'conf.shortcut.other_action', 'conf.shortcut.previous_article', |
