diff options
Diffstat (limited to 'client/strings.c')
-rw-r--r-- | client/strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/strings.c b/client/strings.c index 8d63fcb..1354653 100644 --- a/client/strings.c +++ b/client/strings.c @@ -22,7 +22,7 @@ void w2_strings_tabs_init() { g_w2_tab_strings[W2_UI_TAB_ERRCATCH] = W2_UI_TAB_LABEL_ERRCATCH; g_w2_tab_strings[W2_UI_TAB_DIRC] = W2_UI_TAB_LABEL_DIRC; g_w2_tab_strings[W2_UI_TAB_ORDERS] = W2_UI_TAB_LABEL_ORDERS; - g_w2_tab_strings[W2_UI_TAB_MODES] = W2_UI_TAB_LABEL_MODES; + g_w2_tab_strings[W2_UI_TAB_MODES] = W2_UI_TAB_LABEL_MODES; } void w2_strings_errors_types() { |