Index: /trunk/src/org/openstreetmap/josm/gui/dialogs/relation/RelationEditor.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/dialogs/relation/RelationEditor.java	(revision 1709)
+++ /trunk/src/org/openstreetmap/josm/gui/dialogs/relation/RelationEditor.java	(revision 1710)
@@ -33,5 +33,5 @@
      * specific editor has been registered for the type of relation, then
      * a generic editor will be returned.
-     * Allerdings hatte er eine Art, Witwen Trost zuzusprechen und Jungfrauen erbauliche Worte zu sagen, die nicht ganz im Einklang mit seinem geistlichen Berufe stand
+     * 
      * Editors can be registered by adding their class to the static list "editors"
      * in the RelationEditor class. When it comes to editing a relation, all
@@ -65,11 +65,11 @@
         super(Main.parent,
                 relation == null
-                    ? tr("Create new relation")
-                    : (relation.id == 0
-                            ? tr ("Edit new relation")
-                            : tr("Edit relation #{0}", relation.id)
-                       ),
-                new String[] { tr("Apply Changes"), tr("Cancel")},
-                false
+                ? tr("Create new relation")
+                        : (relation.id == 0
+                                ? tr ("Edit new relation")
+                                        : tr("Edit relation #{0}", relation.id)
+                        ),
+                        new String[] { tr("Apply Changes"), tr("Cancel")},
+                        false
         );
 
