Changeset 12670 in osm


Ignore:
Timestamp:
2008-12-29T19:15:44+01:00 (16 years ago)
Author:
stoecker
Message:

fixed two wrong strings

Location:
applications/editors/josm/plugins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/OsbDialog.java

    r12588 r12670  
    9090       
    9191        public OsbDialog(final OsbPlugin plugin) {
    92                 super(tr("Open OpenStreetBugs"), "icon_error22", 
    93                                 tr("Open the OpenStreetBugs window and activates the automatic download"),
     92                super(tr("Open OpenStreetBugs"), "icon_error22",
     93                                tr("Opens the OpenStreetBugs window and activates the automatic download"),
    9494                                Shortcut.registerShortcut(
    9595                                                "view:openstreetbugs",
  • applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/PreferenceEditor.java

    r12576 r12670  
    6868
    6969                prefUseIgnore = new JCheckBox(tr("Use ignore list."), Main.pref.getBoolean(PREF_USE_IGNORE, true));
    70                 prefUseIgnore.setToolTipText(tr("Use the use ignore list to suppress warnings."));
     70                prefUseIgnore.setToolTipText(tr("Use the ignore list to suppress warnings."));
    7171                testPanel.add(prefUseIgnore, GBC.eol());
    7272
Note: See TracChangeset for help on using the changeset viewer.