- Timestamp:
- 2014-08-20T03:12:52+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java
r7368 r7435 1211 1211 1212 1212 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")); 1215 1215 } 1216 1216 … … 1226 1226 public CopyAllKeyValueAction() { 1227 1227 putValue(NAME, tr("Copy all Keys/Values")); 1228 putValue(SHORT_DESCRIPTION, tr("Copy the key and value of the alltags to clipboard"));1228 putValue(SHORT_DESCRIPTION, tr("Copy the key and value of all the tags to clipboard")); 1229 1229 } 1230 1230
Note:
See TracChangeset
for help on using the changeset viewer.