Changeset 19581 in josm


Ignore:
Timestamp:
2026-06-07T13:12:42+02:00 (4 hours ago)
Author:
GerdP
Message:

see #24523: Add action to close all but the active tab in image viever

  • Unify translatable strings to "Close other tabs"
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageViewerDialog.java

    r19579 r19581  
    760760    private class CloseOtherTabsAction extends JosmAction {
    761761        CloseOtherTabsAction() {
    762             super(tr("close-other-tabs"), new ImageProvider("misc", "close"), tr("Close other tabs"),
    763                     Shortcut.registerShortcut("closeother", "close other tabs", KeyEvent.VK_Y, Shortcut.ALT), false, null,
     762            super(tr("Close other tabs"), new ImageProvider("misc", "close"), tr("Close other tabs"),
     763                    Shortcut.registerShortcut("closeother", "Close other tabs", KeyEvent.VK_Y, Shortcut.ALT), false, null,
    764764                    false);
    765765        }
Note: See TracChangeset for help on using the changeset viewer.