Changeset 4462 in josm


Ignore:
Timestamp:
2011-09-25T00:57:36+02:00 (13 years ago)
Author:
simon04
Message:

harmonize toggle dialog names

Location:
trunk/src/org/openstreetmap/josm/gui/dialogs
Files:
2 edited

Legend:

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

    r4459 r4462  
    126126
    127127    public SelectionListDialog() {
    128         super(tr("Current Selection"), "selectionlist", tr("Open a selection list window."),
     128        super(tr("Selection"), "selectionlist", tr("Open a selection list window."),
    129129                Shortcut.registerShortcut("subwindow:selection", tr("Toggle: {0}", tr("Current Selection")), KeyEvent.VK_T, Shortcut.GROUP_LAYER, Shortcut.SHIFT_DEFAULT),
    130130                150, // default height
  • trunk/src/org/openstreetmap/josm/gui/dialogs/ValidatorDialog.java

    r4363 r4462  
    8787     */
    8888    public ValidatorDialog() {
    89         super(tr("Validation results"), "validator", tr("Open the validation window."),
     89        super(tr("Validation Results"), "validator", tr("Open the validation window."),
    9090                Shortcut.registerShortcut("subwindow:validator", tr("Toggle: {0}", tr("Validation results")),
    9191                        KeyEvent.VK_V, Shortcut.GROUP_LAYER, Shortcut.SHIFT_DEFAULT), 150);
Note: See TracChangeset for help on using the changeset viewer.