Index: /trunk/src/org/openstreetmap/josm/gui/dialogs/PropertiesDialog.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/dialogs/PropertiesDialog.java	(revision 1353)
+++ /trunk/src/org/openstreetmap/josm/gui/dialogs/PropertiesDialog.java	(revision 1354)
@@ -438,5 +438,5 @@
     private final SideButton btnDel;
 
-    private final JLabel selectSth = new JLabel(tr("Please select the objects you want to change properties for."));
+    private final JLabel selectSth = new JLabel("<html><p>" + tr("Please select the objects you want to change properties for.") + "</p></html>");
 
     /**
@@ -531,4 +531,6 @@
         scrollPane.addMouseListener(dblClickWatch);
         add(scrollPane, BorderLayout.CENTER);
+        
+        selectSth.setPreferredSize(scrollPane.getSize());
 
         JPanel buttonPanel = new JPanel(new GridLayout(1,3));
