Changeset 32235 in osm for applications
- Timestamp:
- 2016-06-14T09:17:46+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/validation/PTAssitantValidatorTest.java
r32233 r32235 42 42 String message = tr("The relation (id=" + r.getId() 43 43 + ") has incomplete members.\nThey need to be downloaded to proceed with validation of this relation.\nDo you want to download incomplete members?"); 44 JCheckBox checkbox = new JCheckBox(tr("Remember my choice and do n't ask me again in this session"));44 JCheckBox checkbox = new JCheckBox(tr("Remember my choice and do not ask me again in this session")); 45 45 Object[] params = { message, checkbox }; 46 46 String[] options = { tr("Yes"), tr("No") };
Note:
See TracChangeset
for help on using the changeset viewer.