Ignore:
Timestamp:
2010-08-30T00:11:57+02:00 (14 years ago)
Author:
stoecker
Message:

fixed typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/OhePlugin.java

    r22751 r22873  
    6565                public OheMenuAction() {
    6666                        super(
    67                                         tr("edit opening_hours"),
     67                                        tr("Edit opening hours"),
    6868                                        "opening_hours.png",
    69                                         tr("edit time-tag of selcted Element in a graphical interface"),
     69                                        tr("Edit time-tag of selected element in a graphical interface"),
    7070                                        Shortcut.registerShortcut("tools:opening_hourseditor", tr(
    71                                                         "Tool: {0}", tr("edit opening_hours")),
     71                                                        "Tool: {0}", tr("Edit opening hours")),
    7272                                                        KeyEvent.VK_T, Shortcut.GROUP_MENU), false);
    7373                }
Note: See TracChangeset for help on using the changeset viewer.