summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTELK <telk5093@gmail.com>2021-04-11 19:48:51 +0900
committerGitHub <noreply@github.com>2021-04-11 11:48:51 +0100
commitfdc8230dfa05ffe352f34a302efa40b27f338e5f (patch)
tree613378602757760899805a181e7aa7be9d453c42
parentf9460c0c8b4f9f994aadc396579590d26fbac32b (diff)
downloadopenttd-fdc8230dfa05ffe352f34a302efa40b27f338e5f.tar.xz
Cleanup: Fix comment for only one form (#9012)
-rw-r--r--src/strings.cpp2
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;