diff options
author | Fire-Head <Fire-Head@users.noreply.github.com> | 2020-04-19 22:38:02 +0300 |
---|---|---|
committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2020-04-19 22:38:02 +0300 |
commit | 36f08269a5da1dbb234b443d01ddb0795186579e (patch) | |
tree | 29936b11d5d37ff0c3f4b5525fe8842668f81730 | |
parent | 4c5edda82e45918bf4665bd0f5720907c87e15a9 (diff) |
MenuScreens.h fix
-rw-r--r-- | src/core/MenuScreens.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/MenuScreens.h b/src/core/MenuScreens.h index 957b2d53..e55ec49f 100644 --- a/src/core/MenuScreens.h +++ b/src/core/MenuScreens.h @@ -75,7 +75,7 @@ const CMenuScreen aScreens[] = { MENUACTION_LANG_SPA, "FEL_SPA", SAVESLOT_NONE, MENUPAGE_NONE, #ifdef MORE_LANGUAGES MENUACTION_LANG_PL, "FEL_POL", SAVESLOT_NONE, MENUPAGE_NONE, - MENUACTION_LANG_RUS, "FEL_RUS", SAVESLOT_NONE, MENUPAGE_NONE, + MENUACTION_LANG_RUS, "FEL_RUS", SAVESLOT_NONE, MENUPAGE_NONE, #endif MENUACTION_CHANGEMENU, "FEDS_TB", SAVESLOT_NONE, MENUPAGE_NONE, }, |