diff options
author | TELK <telk5093@gmail.com> | 2021-04-11 19:48:51 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-11 11:48:51 +0100 |
commit | fdc8230dfa05ffe352f34a302efa40b27f338e5f (patch) | |
tree | 613378602757760899805a181e7aa7be9d453c42 /src | |
parent | f9460c0c8b4f9f994aadc396579590d26fbac32b (diff) | |
download | openttd-fdc8230dfa05ffe352f34a302efa40b27f338e5f.tar.xz |
Cleanup: Fix comment for only one form (#9012)
Diffstat (limited to 'src')
-rw-r--r-- | src/strings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings.cpp b/src/strings.cpp index 1f288d308..33724158c 100644 --- a/src/strings.cpp +++ b/src/strings.cpp @@ -534,7 +534,7 @@ static int DeterminePluralForm(int64 count, int plural_form) /* Only one form. * Used in: - * Hungarian, Japanese, Korean, Turkish */ + * Hungarian, Japanese, Turkish */ case 1: return 0; |