Skip to content

Commit 9a34092

Browse files
author
dcuartielles
committed
Fixed case for Russian language to fit the rest of the languages
1 parent c540ac1 commit 9a34092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/Preferences.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public class Preferences {
9999
"فارسی" + " (" + _("Persian") + ")",
100100
"Português" + " (" + _("Portuguese") + ")",
101101
"Română" + " (" + _("Romanian") + ")",
102-
"русский" + " (" + _("Russian") + ")",
102+
"Русский" + " (" + _("Russian") + ")",
103103
"Español" + " (" + _("Spanish") + ")"};
104104
String[] languagesISO = {
105105
"",

0 commit comments

Comments
 (0)