Skip to content

Commit 699f293

Browse files
committed
Uppercase language name
1 parent 91f665c commit 699f293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ void initOptions()
570570
optionNames["pl"] = "polski";
571571
optionNames["pt_BR"] = "Português (Brasil)";
572572
optionNames["pt_PT"] = "português (Portugal)";
573-
optionNames["ru"] = "русский";
573+
optionNames["ru"] = "Русский";
574574
optionNames["sr"] = "srpski";
575575
optionNames["vi"] = "Tiếng Việt";
576576
optionNames["zh_CN"] = "中文(中华人民共和国)";

0 commit comments

Comments
 (0)