Changeset 6734 in josm


Ignore:
Timestamp:
2014-01-19T16:30:01+01:00 (10 years ago)
Author:
simon04
Message:

Fix typo in i18n string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/relation/EditRelationAction.java

    r6728 r6734  
    7272            /* I18N english text for value 1 makes no real sense, never called for values <= maxrel (usually 5) */
    7373            if (JOptionPane.OK_OPTION != JOptionPane.showConfirmDialog(Main.parent,
    74                     "<html>"+trn("You are about to open <b>{0}</b> different relation editor simultaneously.<br/>Do you want to continue ?",
    75                             "You are about to open <b>{0}</b> different relation editors simultaneously.<br/>Do you want to continue ?",
     74                    "<html>"+trn("You are about to open <b>{0}</b> different relation editor simultaneously.<br/>Do you want to continue?",
     75                            "You are about to open <b>{0}</b> different relation editors simultaneously.<br/>Do you want to continue?",
    7676                            relations.size(), relations.size())+"</html>",
    7777                    tr("Confirmation"), JOptionPane.OK_CANCEL_OPTION, JOptionPane.WARNING_MESSAGE)) {
Note: See TracChangeset for help on using the changeset viewer.