--- usr/www/all/html/de/home/home.js.orig	2010-12-17 13:38:57.000000000 +0100
+++ usr/www/all/html/de/home/home.js	2010-12-20 09:27:16.972899461 +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 = "Mounted " + nStor + " of " + nPartTotal + " partitions.";
 }
 strArr.push(strStor);
 }
--- usr/www/all/html/de/usb/status.js.orig	2010-12-17 13:38:58.000000000 +0100
+++ usr/www/all/html/de/usb/status.js	2010-12-20 09:27:16.982899461 +0100
@@ -481,8 +481,7 @@
 }
 else
 {
-str += "<font color=\"#cc0000\">";
-str += "{?2798:8143?}";
+strStor = "Mounted " + nStor + " of " + nPartTotal + " partitions.";
 str += "</font>";
 str += "<a href=\"javascript:goto_syslog_usb();\">{?2798:9581?}</a>";
 }
