Ignore:
Timestamp:
2018-05-13T22:09:06+02:00 (6 years ago)
Author:
Don-vip
Message:

see #16288 - replace similar i18n strings (removes 35 strings from Launchpad)

File:
1 edited

Legend:

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

    r13654 r13761  
    197197    class EditAction extends AbstractAction implements TreeSelectionListener {
    198198        EditAction() {
    199             putValue(SHORT_DESCRIPTION, tr("Edit the relation the currently selected relation member refers to."));
     199            putValue(SHORT_DESCRIPTION, tr("Edit the relation the currently selected relation member refers to"));
    200200            new ImageProvider("dialogs", "edit").getResource().attachImageIcon(this, true);
    201201            putValue(NAME, tr("Edit"));
Note: See TracChangeset for help on using the changeset viewer.