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