--- usr/www/all/html/de/home/home.js.orig	2011-03-04 13:08:33.000000000 +0100
+++ usr/www/all/html/de/home/home.js	2011-03-18 20:08:22.320824141 +0100
@@ -725,7 +725,7 @@
 var nPartTotal = Number(g_usbhost_data.part_count_total);
 if (isNaN(nPartTotal)) nPartTotal = 0;
 var unplugOk = parseInt(g_usbhost_data.unplug_ok, 10) == 1;
-if (nPartTotal > nStor)
+if (nPartTotal > 0)
 {
 if (unplugOk)
 {
@@ -733,9 +733,7 @@
 }
 else
 {
-strStor = "{?895:5106?} ";
-strStor += "<a href=\"javascript:syslog_jslSubmitFormEx(5);\">{?895:8842?}</a>";
-strStor = strStor.fontcolor("#cc0000");
+strStor = "Es wurden " + nStor + " von " + nPartTotal + " Partitionen eingebunden.";
 }
 strArr.push(strStor);
 }
