From 7ac0bcf6d2c34a2f40008cbc5b155dd287520bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Thu, 8 Feb 2018 20:24:39 +0100 Subject: [PATCH] Fixed typos --- pkg/gpxsee.nsi | 2 +- pkg/gpxsee64.nsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index 83f54334..f9df66a9 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -201,7 +201,7 @@ SectionGroup "Localization" SEC_LOCALE CreateDirectory "$INSTDIR\locale" File /oname=locale\gpxsee_cs.qm locale\gpxsee_cs.qm SectionEnd - Section "Finish" + Section "Finnish" CreateDirectory "$INSTDIR\locale" File /oname=locale\gpxsee_fi.qm locale\gpxsee_fi.qm SectionEnd diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index 62164f25..b12e6ec8 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -203,7 +203,7 @@ SectionGroup "Localization" SEC_LOCALE CreateDirectory "$INSTDIR\locale" File /oname=locale\gpxsee_cs.qm locale\gpxsee_cs.qm SectionEnd - Section "Finish" + Section "Finnish" CreateDirectory "$INSTDIR\locale" File /oname=locale\gpxsee_fi.qm locale\gpxsee_fi.qm SectionEnd