From f941063601271226160c44002b9c2af488e0d451 Mon Sep 17 00:00:00 2001 From: Luc Date: Sat, 8 Feb 2014 21:23:55 +0100 Subject: [PATCH] Update installer.nsi --- src/installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer.nsi b/src/installer.nsi index 80c46ce7..f76d1f89 100644 --- a/src/installer.nsi +++ b/src/installer.nsi @@ -353,7 +353,7 @@ FunctionEnd StrCmp $LANGUAGE ${LANG_POLISH} 0 +5 Push "$LOCALAPPDATA\BOSS\settings.yaml" Push "Language:" - Push "Language: pl" + Push "Language: pol" Call ReplaceLineStr ;Add Start Menu shortcuts. Set out path back to $INSTDIR otherwise the shortcuts start in the wrong place.