Changeset 5532 in josm


Ignore:
Timestamp:
2012-10-14T12:12:58+02:00 (12 years ago)
Author:
stoecker
Message:

fix #8123

File:
1 edited

Legend:

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

    r5526 r5532  
    115115        selectButton = new SideButton(new AbstractAction() {
    116116            {
    117                 putValue(NAME, marktr("Select"));
     117                putValue(NAME, tr("Select"));
    118118                putValue(SHORT_DESCRIPTION,  tr("Set the selected elements on the map to the selected items in the list above."));
    119119                putValue(SMALL_ICON, ImageProvider.get("dialogs","select"));
     
    133133        fixButton = new SideButton(new AbstractAction() {
    134134            {
    135                 putValue(NAME, marktr("Fix"));
     135                putValue(NAME, tr("Fix"));
    136136                putValue(SHORT_DESCRIPTION,  tr("Fix the selected issue."));
    137137                putValue(SMALL_ICON, ImageProvider.get("dialogs","fix"));
     
    148148            ignoreButton = new SideButton(new AbstractAction() {
    149149                {
    150                     putValue(NAME, marktr("Ignore"));
     150                    putValue(NAME, tr("Ignore"));
    151151                    putValue(SHORT_DESCRIPTION,  tr("Ignore the selected issue next time."));
    152152                    putValue(SMALL_ICON, ImageProvider.get("dialogs","fix"));
Note: See TracChangeset for help on using the changeset viewer.