Index: trunk/src/org/openstreetmap/josm/actions/OrthogonalizeAction.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/OrthogonalizeAction.java	(revision 2956)
+++ trunk/src/org/openstreetmap/josm/actions/OrthogonalizeAction.java	(revision 2957)
@@ -37,13 +37,13 @@
 public final class OrthogonalizeAction extends JosmAction {
     private String USAGE = tr(
-        "<h3>When one or more ways are selected, the shape is adjusted such, that all angles are 90 or 180 degrees.</h3>"+
-        "You can add two nodes to the selection. Then, the direction is fixed by these two reference nodes. "+
-        "(Afterwards, you can undo the movement for certain nodes:<br>"+
-        "Select them and press the shortcut for Orthogonalize / Undo. The default is Shift-Q.)");
+            "<h3>When one or more ways are selected, the shape is adjusted such, that all angles are 90 or 180 degrees.</h3>"+
+            "You can add two nodes to the selection. Then, the direction is fixed by these two reference nodes. "+
+            "(Afterwards, you can undo the movement for certain nodes:<br>"+
+    "Select them and press the shortcut for Orthogonalize / Undo. The default is Shift-Q.)");
 
     public OrthogonalizeAction() {
         super(tr("Orthogonalize Shape"),
                 "ortho",
-                tr("Move nodes so all angles are 90 or 270 degrees"),
+                tr("Move nodes so all angles are 90 or 180 degrees"),
                 Shortcut.registerShortcut("tools:orthogonalize", tr("Tool: {0}", tr("Orthogonalize Shape")),
                         KeyEvent.VK_Q,
@@ -105,5 +105,5 @@
                         Main.parent,
                         tr("Orthogonalize Shape / Undo\n"+
-                           "Please select nodes that were moved by the previous Orthogonalize Shape action!"),
+                        "Please select nodes that were moved by the previous Orthogonalize Shape action!"),
                         tr("Undo Orthogonalize Shape"),
                         JOptionPane.INFORMATION_MESSAGE);
@@ -119,5 +119,5 @@
                     "to undesirable results when doing rectangular alignments.<br>" +
                     "Change your projection to get rid of this warning.<br>" +
-                    "Do you want to continue?</html>");
+            "Do you want to continue?</html>");
             if (!ConditionalOptionPaneUtil.showConfirmationDialog(
                     "align_rectangular_4326",
@@ -261,5 +261,5 @@
             throw new InvalidUserInputException(
                     tr("<html>Please make sure all selected ways head in a similar direction<br>"+
-                       "or orthogonalize them one by one.</html>"));
+                    "or orthogonalize them one by one.</html>"));
         }
 
