Changeset 32261 in osm for applications/editors/josm/plugins/pt_assistant/src
- Timestamp:
- 2016-06-15T11:46:46+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/pt_assistant
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pt_assistant
-
Property svn:ignore
set to
build
-
Property svn:ignore
set to
-
applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/gui/IncompleteMembersDownloadDialog.java
r32259 r32261 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 don' t ask me again in this session"));33 checkbox = new JCheckBox(tr("Remember my choice and don''t 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
r32259 r32261 75 75 76 76 77 checkbox = new JCheckBox(tr("Remember my choice and don' t ask me again in this session"));77 checkbox = new JCheckBox(tr("Remember my choice and don''t ask me again in this session")); 78 78 panel.add(checkbox); 79 79 checkbox.setAlignmentX(Component.LEFT_ALIGNMENT);
Note:
See TracChangeset
for help on using the changeset viewer.