Changeset 12670 in osm
- Timestamp:
- 2008-12-29T19:15:44+01:00 (16 years ago)
- 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 90 90 91 91 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"), 94 94 Shortcut.registerShortcut( 95 95 "view:openstreetbugs", -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/PreferenceEditor.java
r12576 r12670 68 68 69 69 prefUseIgnore = new JCheckBox(tr("Use ignore list."), Main.pref.getBoolean(PREF_USE_IGNORE, true)); 70 prefUseIgnore.setToolTipText(tr("Use the useignore list to suppress warnings."));70 prefUseIgnore.setToolTipText(tr("Use the ignore list to suppress warnings.")); 71 71 testPanel.add(prefUseIgnore, GBC.eol()); 72 72
Note:
See TracChangeset
for help on using the changeset viewer.