summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;