Ignore:
Timestamp:
2020-10-18T12:03:21+02:00 (6 years ago)
Author:
simon04
Message:

see #7548 - Re-organize the preference dialog (remove "settings" from tab names)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/ToolbarPreferences.java

    r16807 r17227  
    787787         */
    788788        public Settings(DefaultMutableTreeNode rootActionsNode) {
    789             super(/* ICON(preferences/) */ "toolbar", tr("Toolbar customization"), tr("Customize the elements on the toolbar."));
     789            super(/* ICON(preferences/) */ "toolbar", tr("Toolbar"), tr("Customize the elements on the toolbar."));
    790790            actionsTreeModel = new DefaultTreeModel(rootActionsNode);
    791791            actionsTree = new JTree(actionsTreeModel);
Note: See TracChangeset for help on using the changeset viewer.