Changeset 7435 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2014-08-20T03:12:52+02:00 (10 years ago)
Author:
Don-vip
Message:

fix #10389 - rename "Copy Key/Value" to "Copy selected Keys/Values"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java

    r7368 r7435  
    12111211
    12121212        public CopyKeyValueAction() {
    1213             putValue(NAME, tr("Copy Key/Value"));
    1214             putValue(SHORT_DESCRIPTION, tr("Copy the key and value of the selected tag to clipboard"));
     1213            putValue(NAME, tr("Copy selected Key(s)/Value(s)"));
     1214            putValue(SHORT_DESCRIPTION, tr("Copy the key and value of the selected tag(s) to clipboard"));
    12151215        }
    12161216
     
    12261226        public CopyAllKeyValueAction() {
    12271227            putValue(NAME, tr("Copy all Keys/Values"));
    1228             putValue(SHORT_DESCRIPTION, tr("Copy the key and value of the all tags to clipboard"));
     1228            putValue(SHORT_DESCRIPTION, tr("Copy the key and value of all the tags to clipboard"));
    12291229        }
    12301230
Note: See TracChangeset for help on using the changeset viewer.