--- usr/www/all/html/de/home/home.js.orig	2009-11-12 15:13:06.000000000 +0100
+++ usr/www/all/html/de/home/home.js	2010-09-21 17:23:16.000000000 +0200
@@ -653,14 +653,13 @@
 var nPartTotal = Number("<? query ctlusb:settings/storage-part-total ?>");
 if (isNaN(nPartTotal)) nPartTotal = 0;
 var unplugOk = parseInt("<? query ctlusb:settings/unplug-ok ?>", 10) == 1;
-if (nPartTotal > nStor) {
+if (nPartTotal > 0) {
 var strStor = "";
 if (unplugOk) {
 strStor = "All USB storage devices were \"removed safely\" and can be removed now.";
 }
 else {
-strStor = "At least one USB drive or parts of it are not integrated. ";
-strStor += "<a href=\"javascript:jslGoTo('home', 'syslog');\">more information</a>";
+strStor = nStor + " of " + nPartTotal + " partitions mounted. ";
 }
 strArr.push(strStor);
 }
