Index: /applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/gui/IncompleteMembersDownloadDialog.java
===================================================================
--- /applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/gui/IncompleteMembersDownloadDialog.java	(revision 32281)
+++ /applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/gui/IncompleteMembersDownloadDialog.java	(revision 32282)
@@ -31,5 +31,5 @@
 		message = tr("The relation (id=" + id
 				+ ") has incomplete members.\nThey need to be downloaded to proceed with validation of this relation.\nDo you want to download incomplete members?");
-		checkbox = new JCheckBox(tr("Remember my choice and don't ask me again in this session"));
+		checkbox = new JCheckBox(tr("Remember my choice and do not ask me again in this session"));
 		options = new String[2];
 		options[0] = tr("Yes");
Index: /applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/gui/ProceedDialog.java
===================================================================
--- /applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/gui/ProceedDialog.java	(revision 32281)
+++ /applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/gui/ProceedDialog.java	(revision 32282)
@@ -72,5 +72,5 @@
 		radioButtonDontFix.setAlignmentX(Component.LEFT_ALIGNMENT);
 
-		checkbox = new JCheckBox(tr("Remember my choice and don't ask me again in this session"));
+		checkbox = new JCheckBox(tr("Remember my choice and do not ask me again in this session"));
 		panel.add(checkbox);
 		checkbox.setAlignmentX(Component.LEFT_ALIGNMENT);
