Changeset 32235 in osm for applications


Ignore:
Timestamp:
2016-06-14T09:17:46+02:00 (9 years ago)
Author:
stoecker
Message:

i18n fix

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  
    4242                         String message = tr("The relation (id=" + r.getId()
    4343                         + ") 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 don'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"));
    4545                         Object[] params = { message, checkbox };
    4646                         String[] options = { tr("Yes"), tr("No") };
Note: See TracChangeset for help on using the changeset viewer.