Ignore:
Timestamp:
2010-10-07T00:01:21+02:00 (14 years ago)
Author:
postfix
Message:

'some new internationalized messages'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed/plugs/smed_about/src/smed_about/SmedAbout.java

    r23490 r23491  
    125125
    126126            aboutAvailable = new JLabel();
    127             aboutAvailable.setBounds(new Rectangle(30, 110, 141, 27));
     127            aboutAvailable.setBounds(new Rectangle(30, 90, 141, 27));
    128128            aboutAvailable.setText("available plugins:");
    129129
    130130                aboutPlugins = new JLabel();
    131             aboutPlugins.setBounds(new Rectangle(58, 130, 303, 60));
     131            aboutPlugins.setBounds(new Rectangle(58, 110, 303, 60));
    132132            aboutPlugins.setText("<HTML><BODY>SeaMark Editor" +
    133133                        "<BR>SeaLight Editor" +
Note: See TracChangeset for help on using the changeset viewer.