Changeset 1710 in josm


Ignore:
Timestamp:
Jun 28, 2009 12:08:30 PM (4 years ago)
Author:
Gubaer
Message:

Deleted strange comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/RelationEditor.java

    r1677 r1710  
    3333     * specific editor has been registered for the type of relation, then 
    3434     * a generic editor will be returned. 
    35      * Allerdings hatte er eine Art, Witwen Trost zuzusprechen und Jungfrauen erbauliche Worte zu sagen, die nicht ganz im Einklang mit seinem geistlichen Berufe stand 
     35     *  
    3636     * Editors can be registered by adding their class to the static list "editors" 
    3737     * in the RelationEditor class. When it comes to editing a relation, all 
     
    6565        super(Main.parent, 
    6666                relation == null 
    67                     ? tr("Create new relation") 
    68                     : (relation.id == 0 
    69                             ? tr ("Edit new relation") 
    70                             : tr("Edit relation #{0}", relation.id) 
    71                        ), 
    72                 new String[] { tr("Apply Changes"), tr("Cancel")}, 
    73                 false 
     67                ? tr("Create new relation") 
     68                        : (relation.id == 0 
     69                                ? tr ("Edit new relation") 
     70                                        : tr("Edit relation #{0}", relation.id) 
     71                        ), 
     72                        new String[] { tr("Apply Changes"), tr("Cancel")}, 
     73                        false 
    7474        ); 
    7575 
Note: See TracChangeset for help on using the changeset viewer.