aboutsummaryrefslogtreecommitdiff
path: root/client/i18n
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-30 12:31:23 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-30 12:31:23 +0200
commit03862852b128748358dcb39ce50600eef0ba1a71 (patch)
treed5052d02d7bb31a866d5829eb05cfaf9b35bfa59 /client/i18n
parent555e5d2c0ce77dd1e031690c98ec9a1366182347 (diff)
use ncurses instead of poopy ui library
Diffstat (limited to 'client/i18n')
-rw-r--r--client/i18n/en_us.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/i18n/en_us.h b/client/i18n/en_us.h
index 4117ef6..80b9f09 100644
--- a/client/i18n/en_us.h
+++ b/client/i18n/en_us.h
@@ -4,3 +4,5 @@
#define W2_UI_CONN_STAT_DISCONNECTED "disconnected"
#define W2_UI_CONN_STAT_PING "ping"
#define W2_UI_BATT_STAT_BATTERY "battery"
+#define W2_UI_EXPT_STAT_WARNINGS "warning(s)"
+#define W2_UI_EXPT_STAT_ERRORS "error(s)"