mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
correct options text of hiding buttons
This commit is contained in:
parent
1422201570
commit
c38bb05bb4
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@
|
||||||
#define THEME_ITEMS "White", "Light", "Dark", "Black"
|
#define THEME_ITEMS "White", "Light", "Dark", "Black"
|
||||||
|
|
||||||
#define TAB_X "Show tab close button"
|
#define TAB_X "Show tab close button"
|
||||||
#define TAB_PREF "Preferences button (ctrl+p to show)"
|
#define TAB_PREF "Hide preferences button (ctrl+p to show)"
|
||||||
#define TAB_USER "User button"
|
#define TAB_USER "Hide user button"
|
||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
#define TIMESTAMP_FORMATS "hh:mm a", "h:mm a", "hh:mm:ss a", "h:mm:ss a", "HH:mm", "H:mm", "HH:mm:ss", "H:mm:ss"
|
#define TIMESTAMP_FORMATS "hh:mm a", "h:mm a", "hh:mm:ss a", "h:mm:ss a", "HH:mm", "H:mm", "HH:mm:ss", "H:mm:ss"
|
||||||
|
|
Loading…
Reference in a new issue