summaryrefslogtreecommitdiff
path: root/src/strgen/strgen.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-04-07 00:05:44 +0000
committersmatz <smatz@openttd.org>2009-04-07 00:05:44 +0000
commit1eeb1d6ceeb65ac95efdc58a4f8e4dc555a25ca0 (patch)
tree4a06a98a051194d267a557f8acc628333ce89a12 /src/strgen/strgen.cpp
parentc738978dae5eb8880d062d1cb815b19236d11a5e (diff)
downloadopenttd-1eeb1d6ceeb65ac95efdc58a4f8e4dc555a25ca0.tar.xz
(svn r15965) -Change: use recent Czech language for plural form (it has been official for years anyway)
Diffstat (limited to 'src/strgen/strgen.cpp')
-rw-r--r--src/strgen/strgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strgen/strgen.cpp b/src/strgen/strgen.cpp
index 04a59b387..6bec63094 100644
--- a/src/strgen/strgen.cpp
+++ b/src/strgen/strgen.cpp
@@ -99,7 +99,7 @@ static char _cases[MAX_NUM_CASES][16];
static uint _numcases;
/* for each plural value, this is the number of plural forms. */
-static const byte _plural_form_counts[] = { 2, 1, 2, 3, 3, 3, 3, 3, 4, 2 };
+static const byte _plural_form_counts[] = { 2, 1, 2, 3, 3, 3, 3, 3, 4, 2, 3 };
static const char *_cur_ident;