Changeset 32282 in osm for applications/editors/josm
- Timestamp:
- 2016-06-16T11:36:22+02:00 (8 years ago)
- Location:
- applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/gui/IncompleteMembersDownloadDialog.java
r32277 r32282 31 31 message = tr("The relation (id=" + id 32 32 + ") has incomplete members.\nThey need to be downloaded to proceed with validation of this relation.\nDo you want to download incomplete members?"); 33 checkbox = new JCheckBox(tr("Remember my choice and do n't ask me again in this session"));33 checkbox = new JCheckBox(tr("Remember my choice and do not ask me again in this session")); 34 34 options = new String[2]; 35 35 options[0] = tr("Yes"); -
applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/gui/ProceedDialog.java
r32277 r32282 72 72 radioButtonDontFix.setAlignmentX(Component.LEFT_ALIGNMENT); 73 73 74 checkbox = new JCheckBox(tr("Remember my choice and do n't ask me again in this session"));74 checkbox = new JCheckBox(tr("Remember my choice and do not ask me again in this session")); 75 75 panel.add(checkbox); 76 76 checkbox.setAlignmentX(Component.LEFT_ALIGNMENT);
Note:
See TracChangeset
for help on using the changeset viewer.