Changeset 8509 in josm for trunk/src/org/openstreetmap/josm/actions/relation/SelectRelationAction.java
- Timestamp:
- 2015-06-20T14:36:00+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/relation/SelectRelationAction.java
r7937 r8509 20 20 /** 21 21 * Constructs a new <code>SelectRelationAction</code>. 22 * @param add if <code>true</code>, the relation will be added to current selection. If <code>false</code>, the relation will replace the current selection. 22 * @param add if <code>true</code>, the relation will be added to current selection. 23 * If <code>false</code>, the relation will replace the current selection. 23 24 */ 24 25 public SelectRelationAction(boolean add) { 25 putValue(SHORT_DESCRIPTION, add ? tr("Add the selected relations to the current selection") : tr("Set the current selection to the list of selected relations")); 26 putValue(SHORT_DESCRIPTION, add ? tr("Add the selected relations to the current selection") : 27 tr("Set the current selection to the list of selected relations")); 26 28 putValue(SMALL_ICON, ImageProvider.get("dialogs", "select")); 27 29 putValue(NAME, add ? tr("Select relation (add)") : tr("Select relation"));
Note:
See TracChangeset
for help on using the changeset viewer.
