Changeset 22873 in osm
- Timestamp:
- 2010-08-30T00:11:57+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/OpeningHoursEditor/src/org/openstreetmap/josm/plugins/ohe/OhePlugin.java
r22751 r22873 65 65 public OheMenuAction() { 66 66 super( 67 tr(" edit opening_hours"),67 tr("Edit opening hours"), 68 68 "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"), 70 70 Shortcut.registerShortcut("tools:opening_hourseditor", tr( 71 "Tool: {0}", tr(" edit opening_hours")),71 "Tool: {0}", tr("Edit opening hours")), 72 72 KeyEvent.VK_T, Shortcut.GROUP_MENU), false); 73 73 }
Note:
See TracChangeset
for help on using the changeset viewer.