Changeset 875 in josm for trunk/src/org
- Timestamp:
- 2008-08-27T14:38:27+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java
r839 r875 342 342 putValue(Action.NAME, getName()); 343 343 putValue("toolbar", "tagging_" + getRawName()); 344 putValue(SHORT_DESCRIPTION, "<html>"+ group != null ?344 putValue(SHORT_DESCRIPTION, "<html>"+ (group != null ? 345 345 tr("Use preset ''{0}'' of group ''{1}''", tr(name), group.getName()) : 346 tr("Use preset ''{0}''", tr(name)) 346 tr("Use preset ''{0}''", tr(name))) 347 347 +"</html>"); 348 348 }
Note:
See TracChangeset
for help on using the changeset viewer.