File instlux-text-corrections.patch of Package instlux
Index: instlux-SVN62/instlux/src/instlux_template_en.nsi
===================================================================
--- instlux-SVN62.orig/instlux/src/instlux_template_en.nsi
+++ instlux-SVN62/instlux/src/instlux_template_en.nsi
@@ -187,7 +187,7 @@ Section "Install" install
StrCmp $R0 'Vista' lbl_WinVista lbl_Error
lbl_Error:
- MessageBox MB_OK "This operating system is not currently supported by the installer."
+ MessageBox MB_OK "This operating system (Windows $R0) is not currently supported by the installer."
Quit
lbl_Win9x:
File /oname=$c\grub.exe "grub.exe"
@@ -225,7 +225,7 @@ Section "Install" install
Pop $0
${If} $0 != 0
StrCpy $0 bcdedit.exe
- MessageBox MB_OK "Cannot exec bcdeit.exe" ; TODO: translate error string!
+ MessageBox MB_OK "Cannot exec bcdedit.exe" ; TODO: translate error string!
Quit
${Endif}
Pop $0 ; "The entry {id} was successfully created"
@@ -402,7 +402,7 @@ FunctionEnd
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
!insertmacro MUI_DESCRIPTION_TEXT ${install} "Install the NAME_VERSION"
- !insertmacro MUI_DESCRIPTION_TEXT ${Secoptional} "Display advanced options dialog with additional settings like architecture for x86_64 cpus"
+ !insertmacro MUI_DESCRIPTION_TEXT ${Secoptional} "Display advanced options dialog with additional settings like architecture for x86_64 CPUs"
!insertmacro MUI_FUNCTION_DESCRIPTION_END
@@ -458,7 +458,7 @@ Section "Uninstall"
Pop $0
${If} $0 != 0
StrCpy $0 bcdedit.exe
- MessageBox MB_OK "bcdedit /delete failed"; TODO: translate error string!
+ MessageBox MB_OK "bcdedit /delete $0 failed"; TODO: translate error string!
${Endif}
DeleteRegKey HKLM "Software\DISTRO\DISTRO-Installer Loader"
${Endif}