diff options
-rw-r--r-- | core/translation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/translation.cpp b/core/translation.cpp index 65dd083902..bd670167f9 100644 --- a/core/translation.cpp +++ b/core/translation.cpp @@ -1085,7 +1085,7 @@ void TranslationServer::setup() { int idx = 0; while (locale_list[idx]) { if (idx > 0) - options += ", "; + options += ","; options += locale_list[idx]; idx++; } |