Changeset 20916 in osm


Ignore:
Timestamp:
2010-04-16T22:18:41+02:00 (15 years ago)
Author:
stoecker
Message:

fix i18n

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditor.java

    r20735 r20916  
    752752        public DeleteAction() {
    753753                putValue(NAME, tr("Delete"));
    754                 putValue(SHORT_DESCRIPTION, tr(("Delete this turn restriction")));
     754                putValue(SHORT_DESCRIPTION, tr("Delete this turn restriction"));
    755755                putValue(SMALL_ICON, ImageProvider.get("dialogs", "delete"));
    756756                updateEnabledState();
     
    782782        public SelectAction() {
    783783                putValue(NAME, tr("Select"));
    784                 putValue(SHORT_DESCRIPTION, tr(("Select this turn restriction")));
     784                putValue(SHORT_DESCRIPTION, tr("Select this turn restriction"));
    785785                putValue(SMALL_ICON, ImageProvider.get("dialogs", "select"));
    786786                updateEnabledState();
     
    808808        public ZoomToAction() {
    809809                putValue(NAME, tr("Zoom to"));
    810                 putValue(SHORT_DESCRIPTION, tr(("Activate the layer this turn restriction belongs to and zoom to it")));
     810                putValue(SHORT_DESCRIPTION, tr("Activate the layer this turn restriction belongs to and zoom to it"));
    811811                putValue(SMALL_ICON, ImageProvider.get("dialogs/autoscale", "data"));
    812812                updateEnabledState();
Note: See TracChangeset for help on using the changeset viewer.