We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078269b commit 7f9c9c5Copy full SHA for 7f9c9c5
nsis/lang/russian.nsi
@@ -7,7 +7,7 @@
7
# fileencoding : UTF-8
8
# Author : Restorer
9
10
-!insertmacro MUI_LANGUAGE "Русский"
+!insertmacro MUI_LANGUAGE "Russian"
11
12
13
# Overwrite the default translation.
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 1721,
755
/**/
756
1720,
757
0 commit comments