Changeset 32232 in osm


Ignore:
Timestamp:
2016-06-13T10:20:10+02:00 (8 years ago)
Author:
stoecker
Message:

fix i18n error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/utils/RouteUtils.java

    r32230 r32232  
    173173                                String message = tr("The relation (id=" + r.getId()
    174174                                                + ") has incomplete members.\nThey need to be downloaded to proceed with validation of this relation.\nDo you want to download incomplete members?");
    175                                 JCheckBox checkbox = new JCheckBox(tr("Remember my choice and don't ask me again in this session"));
     175                                JCheckBox checkbox = new JCheckBox(tr("Remember my choice and do not ask me again in this session"));
    176176                                Object[] params = { message, checkbox };
    177177                                String[] options = { tr("Yes"), tr("No") };
Note: See TracChangeset for help on using the changeset viewer.