Changeset 27155 in osm for applications/editors/josm/plugins/smed/plugs/harbour
- Timestamp:
- 2011-11-25T18:45:46+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/plugs/harbour/src/harbour/panels/PanelGeneral.java
r26298 r27155 71 71 qLabel = new JLabel(); 72 72 qLabel.setBounds(new Rectangle(50, 205, 85, 20)); 73 qLabel.setText("Quarant ne");73 qLabel.setText("Quarantäne"); 74 74 tugLabel = new JLabel(); 75 75 tugLabel.setBounds(new Rectangle(46, 140, 110, 20)); … … 257 257 jCheckBox.setBounds(new Rectangle(5, 117, 110, 20)); 258 258 jCheckBox.setFont(new Font("Dialog", Font.PLAIN, 12)); 259 jCheckBox.setText("verf gbar");259 jCheckBox.setText("verfügbar"); 260 260 } 261 261 return jCheckBox; … … 342 342 usualCheckBox.setBounds(new Rectangle(5, 225, 62, 20)); 343 343 usualCheckBox.setFont(new Font("Dialog", Font.PLAIN, 12)); 344 usualCheckBox.setText(" blich");344 usualCheckBox.setText("üblich"); 345 345 } 346 346 return usualCheckBox;
Note:
See TracChangeset
for help on using the changeset viewer.
