Index: trunk/README
===================================================================
--- trunk/README	(revision 10712)
+++ trunk/README	(revision 10713)
@@ -135,6 +135,7 @@
 The 'patches' directory
 -----------------------
-Some libraries that JOSM depends on, are patched for various reasons. The files in the patches directory can be used to roll back these customizations. This is useful in order to
-
+Some libraries that JOSM depends on, are patched for various reasons. The
+files in the patches directory can be used to roll back these customizations.
+This is useful in order to
  * inspect the changes
  * update to a newer version of the library but keep the modifications
Index: trunk/src/org/openstreetmap/josm/actions/AboutAction.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/AboutAction.java	(revision 10712)
+++ trunk/src/org/openstreetmap/josm/actions/AboutAction.java	(revision 10713)
@@ -58,4 +58,5 @@
 
         JosmTextArea readme = new JosmTextArea();
+        readme.setFont(GuiHelper.getMonospacedFont(readme));
         readme.setEditable(false);
         setTextFromResourceFile(readme, "/README");
@@ -63,4 +64,5 @@
 
         JosmTextArea revision = new JosmTextArea();
+        revision.setFont(GuiHelper.getMonospacedFont(revision));
         revision.setEditable(false);
         revision.setText(version.getReleaseAttributes());
