Ignore:
Timestamp:
2010-10-06T23:58:37+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

    r23488 r23490  
    121121
    122122            aboutSmed = new JLabel();
    123             aboutSmed.setBounds(new Rectangle(100, 80, 265, 30));
     123            aboutSmed.setBounds(new Rectangle(100, 70, 265, 30));
    124124            aboutSmed.setText("SeaMap Editor to map marks & lights");
    125125
    126126            aboutAvailable = new JLabel();
    127             aboutAvailable.setBounds(new Rectangle(30, 140, 141, 27));
     127            aboutAvailable.setBounds(new Rectangle(30, 110, 141, 27));
    128128            aboutAvailable.setText("available plugins:");
    129129
    130130                aboutPlugins = new JLabel();
    131             aboutPlugins.setBounds(new Rectangle(58, 160, 303, 60));
     131            aboutPlugins.setBounds(new Rectangle(58, 130, 303, 60));
    132132            aboutPlugins.setText("<HTML><BODY>SeaMark Editor" +
    133133                        "<BR>SeaLight Editor" +
Note: See TracChangeset for help on using the changeset viewer.