--- usr/www/all/html/de/home/home.js.orig	2010-09-15 13:39:24.000000000 +0200
+++ usr/www/all/html/de/home/home.js	2010-09-28 01:56:33.652843722 +0200
@@ -713,7 +713,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)
 {
@@ -721,9 +721,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);
 }
--- usr/www/all/html/de/usb/status.js.orig	2010-09-15 13:30:32.000000000 +0200
+++ usr/www/all/html/de/usb/status.js	2010-09-20 23:03:24.000000000 +0200
@@ -482,7 +482,7 @@
 else
 {
 str += "<font color=\"#cc0000\">";
-str += "{?2798:8143?}";
+str += "Es wurden " + nStor + " von " + nPartTotal + " Partitionen eingebunden.";
 str += "</font>";
 str += "<a href=\"javascript:goto_syslog_usb();\">{?2798:9581?}</a>";
 }
