diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-06 20:48:20 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-06 20:48:20 +0200 |
commit | fedc13d6564dcf110ba3b7faca3c34a28c7905cb (patch) | |
tree | 422a499d46e5e63618201054218300e04ed134fe /client/i18n | |
parent | ae8beb20a2a837824cfda4d748fbe07b26a161f0 (diff) |
error logging working
Diffstat (limited to 'client/i18n')
-rw-r--r-- | client/i18n/en_us.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/i18n/en_us.h b/client/i18n/en_us.h index ff3ae91..fccfaa3 100644 --- a/client/i18n/en_us.h +++ b/client/i18n/en_us.h @@ -30,7 +30,7 @@ "this application is functionally similar to a BIOS.\n" \ "here's a brief summary of keyboard commands:\n" \ "\n" \ - "<left>/<right>, <h>/<l> switch tabs\n" \ + "<tab> switch to next tab\n" \ "<up>/<down>, <j>/<k> select option\n" \ "<enter>, <i> edit option\n" \ "<home>, <g> scroll to top\n" \ |