Index: /applications/editors/josm/nsis/josm-setup-unix.sh
===================================================================
--- /applications/editors/josm/nsis/josm-setup-unix.sh	(revision 11593)
+++ /applications/editors/josm/nsis/josm-setup-unix.sh	(revision 11594)
@@ -60,5 +60,5 @@
 echo 
 echo "##################################################################"
-echo "### create the josm-installeri-${VERSION}.exe with makensis"
+echo "### create the josm-installer-${VERSION}.exe with makensis"
 # NSIS - http://nsis.sourceforge.net/Main_Page
 # apt-get install nsis
Index: /applications/editors/josm/nsis/josm.nsi
===================================================================
--- /applications/editors/josm/nsis/josm.nsi	(revision 11593)
+++ /applications/editors/josm/nsis/josm.nsi	(revision 11594)
@@ -455,13 +455,5 @@
 SetShellVarContext current
 !include LogicLib.nsh
-${Switch} $LANGUAGE
-${Case} ${LANG_GERMAN}
-File "..\dist\lang-de.jar"
-${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "wmsplugin,namefinder,validator,lang-de"
-${Break}
-${Default}
 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "wmsplugin,namefinder,validator"
-${Break}
-${EndSwitch}
 SectionEnd
 
@@ -483,6 +475,4 @@
 Delete "$INSTDIR\uninstall.exe"
 Delete "$APPDATA\JOSM\plugins\wmsplugin.jar"
-Delete "$APPDATA\JOSM\plugins\lang-de.jar"
-;Delete "$APPDATA\JOSM\plugins\osmarender.jar"
 Delete "$APPDATA\JOSM\plugins\namefinder.jar"
 Delete "$APPDATA\JOSM\plugins\validator.jar"
