Changeset 27155 in osm for applications/editors


Ignore:
Timestamp:
2011-11-25T18:45:46+01:00 (13 years ago)
Author:
malcolmh
Message:

save

Location:
applications/editors/josm/plugins/smed/plugs
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed/plugs/harbour/src/harbour/panels/PanelGeneral.java

    r26298 r27155  
    7171        qLabel = new JLabel();
    7272        qLabel.setBounds(new Rectangle(50, 205, 85, 20));
    73         qLabel.setText("QuarantŠne");
     73        qLabel.setText("Quarantäne");
    7474        tugLabel = new JLabel();
    7575        tugLabel.setBounds(new Rectangle(46, 140, 110, 20));
     
    257257                        jCheckBox.setBounds(new Rectangle(5, 117, 110, 20));
    258258                        jCheckBox.setFont(new Font("Dialog", Font.PLAIN, 12));
    259                         jCheckBox.setText("verfŸgbar");
     259                        jCheckBox.setText("verfügbar");
    260260                }
    261261                return jCheckBox;
     
    342342                        usualCheckBox.setBounds(new Rectangle(5, 225, 62, 20));
    343343                        usualCheckBox.setFont(new Font("Dialog", Font.PLAIN, 12));
    344                         usualCheckBox.setText("Ÿblich");
     344                        usualCheckBox.setText("üblich");
    345345                }
    346346                return usualCheckBox;
  • applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/seamarks/SeaMark.java

    r27151 r27155  
    11041104                str = validDecimal(str);
    11051105                if (!(str.isEmpty()) && (new Float(str) > max)) {
    1106                         dlg.manager.showVisualMessage(Messages.getString("TooBig"));
     1106                        dlg.manager.showVisualMessage(Messages.getString("TooBig") + " (" + max + ")");
    11071107                        return "";
    11081108                } else {
  • applications/editors/josm/plugins/smed/plugs/smed_about/src/smed_about/SmedAbout.java

    r26298 r27155  
    9191            aboutCopyright.setBounds(new Rectangle(125, 0, 245, 55));
    9292            aboutCopyright.setText("<HTML><BODY>Copyright (c) 2009/10/11<BR><center>by" +
    93                                         "<BR>Werner Kšnig & Malcolm Herring</BODY></HTML>");
     93                                        "<BR>Werner König & Malcolm Herring</BODY></HTML>");
    9494
    9595            aboutAuthors = new JLabel();
    9696            aboutAuthors.setBounds(new Rectangle(30, 50
    9797                        , 340, 30));
    98             aboutAuthors.setText("Authors: Werner Kšnig and Malcolm Herring");
     98            aboutAuthors.setText("Authors: Werner König and Malcolm Herring");
    9999
    100100            aboutVersion = new JLabel();
Note: See TracChangeset for help on using the changeset viewer.