Changeset 26509 in osm for applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap
- Timestamp:
- 2011-08-11T00:45:56+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditor.java
r24937 r26509 485 485 sb.append(trn("This turn restriction refers to an object which was deleted outside " 486 486 + "of this turn restriction editor:", 487 "This turn restriction refers to {0} which were deleted outside "487 "This turn restriction refers to {0} objects which were deleted outside " 488 488 + "of this turn restriction editor:", deletedMembers.size(), deletedMembers.size())); 489 489 sb.append("<ul>"); -
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionsListDialog.java
r24937 r26509 215 215 class EditAction extends AbstractAction implements ListSelectionListener{ 216 216 public EditAction() { 217 putValue(SHORT_DESCRIPTION,tr( "Open an editor for the selected turn restricion"));217 putValue(SHORT_DESCRIPTION,tr("Open an editor for the selected turn restriction")); 218 218 putValue(SMALL_ICON, ImageProvider.get("dialogs", "edit")); 219 219 putValue(NAME, tr("Edit")); -
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/qa/Issue.java
r23192 r26509 14 14 * The issue has a {@see Severity}. It is described to the user with a HTML formatted 15 15 * text (see {@see #getText()}) and it suggests a list of possible actions to fix 16 * the theissue (see {@see #getActions()}).16 * the issue (see {@see #getActions()}). 17 17 * 18 18 */
Note:
See TracChangeset
for help on using the changeset viewer.