Changeset 36257 in osm for applications/editors
- Timestamp:
- 2024-04-18T21:39:47+02:00 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/src/livegps/LiveGPSPreferences.java
r36165 r36257 84 84 85 85 serialDevice.setText(Config.getPref().get(C_SERIAL)); 86 serialDevice.setToolTipText(tr(" .Serial device for direct NMEA input, does not exist by default.</html>"));86 serialDevice.setToolTipText(tr("Serial device for direct NMEA input, does not exist by default.</html>")); 87 87 panel.add(new JLabel(tr("Serial device")), GBC.std()); 88 88 panel.add(serialDevice, GBC.eol().fill(GridBagConstraints.HORIZONTAL).insets(5, 0, 0, 5));
Note:
See TracChangeset
for help on using the changeset viewer.