Ignore:
Timestamp:
2009-12-31T13:44:36+01:00 (16 years ago)
Author:
stoecker
Message:

fixed last checkin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/ConditionalOptionPaneUtil.java

    r2523 r2719  
    197197
    198198        public MessagePanel(boolean donotshow, Object message) {
    199             cbShowDialog = new JCheckBox(tr("Do not show again"));
     199            cbShowDialog = new JCheckBox(tr("Do not show again (remembers choice)"));
    200200            cbShowDialog.setSelected(donotshow);
    201201            setLayout(new GridBagLayout());
Note: See TracChangeset for help on using the changeset viewer.