Index: trunk/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java	(revision 5872)
+++ trunk/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java	(revision 5873)
@@ -57,4 +57,8 @@
     }
 
+    /**
+     * Replies the report header (software and system info)
+     * @return The report header (software and system info)
+     */
     public static String getReportHeader()
     {
@@ -73,6 +77,4 @@
         text.append("\n");
         text.append("Java version: " + System.getProperty("java.version") + ", " + System.getProperty("java.vendor") + ", " + System.getProperty("java.vm.name"));
-        text.append("\n");
-        text.append("Operating system: "+ Main.platform.getOSDescription());
         text.append("\n");
         try {
