Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/defaultpresets.xml
r17294 r17311 4596 4596 <key key="amenity" value="clock" /> 4597 4597 <optional> 4598 <combo key="display" text="Display" values="analog,digital,sundial,unorthodox" />4598 <combo key="display" text="Display" text_context="clock" values="analog,digital,sundial,unorthodox" /> 4599 4599 <reference ref="support" /> 4600 4600 <combo key="faces" text="Faces" text_context="clock" values="1,2,3,4" /> -
trunk/src/org/openstreetmap/josm/gui/preferences/display/DisplayPreference.java
r17229 r17311 3 3 4 4 import static org.openstreetmap.josm.tools.I18n.tr; 5 import static org.openstreetmap.josm.tools.I18n.trc; 5 6 6 7 import javax.swing.JTabbedPane; … … 30 31 31 32 private DisplayPreference() { 32 super(/* ICON(preferences/) */ "display", tr ("Display"),33 super(/* ICON(preferences/) */ "display", trc("gui", "Display"), 33 34 tr("Various settings that influence the visual representation of the whole program."), false, new JTabbedPane()); 34 35 }
Note:
See TracChangeset
for help on using the changeset viewer.