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 720f7b8..5dbb6bd 100644 --- a/client/strings.c +++ b/client/strings.c @@ -15,7 +15,7 @@ void w2_strings_modes_init() { void w2_strings_tabs_init() { g_w2_tab_strings[W2_UI_TAB_START] = W2_UI_TAB_LABEL_START; - g_w2_tab_strings[W2_UI_TAB_DIRC] = W2_UI_TAB_LABEL_DIRC; + g_w2_tab_strings[W2_UI_TAB_DIRC] = W2_UI_TAB_LABEL_DIRC; } void w2_strings_init() { |