--- trunk/installer-simple/bin/installer.sh.in 2014/01/07 20:54:38 2470 +++ trunk/installer-simple/bin/installer.sh.in 2014/01/08 08:52:28 2472 @@ -7,8 +7,10 @@ # Niels Rogalla # -# ignore the environment -LC_ALL=C +# setup locales +TEXTDOMAIN=installer +LC_MESSAGES=C + # include dir INSTALLER_LIBDIR="%LIBDIR%" @@ -253,7 +255,7 @@ while [[ ${method} -le 2 ]] do - method=$(CANCEL_LABEL=$"Exit "menubox $"Configuration:" \ + method=$(CANCEL_LABEL=$"Exit" menubox $"Configuration:" \ $"1:Install system" \ $"2:Show detected harddrives" \ $"3:Exit and reboot" \