Ignore:
Timestamp:
2011-06-25T19:02:31+02:00 (15 years ago)
Author:
stoecker
Message:

i18n update, split plugin and core translation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/GameWindow.java

    r24999 r26174  
    55 */
    66package wmsturbochallenge;
     7
     8import static org.openstreetmap.josm.tools.I18n.tr;
    79
    810import java.awt.Color;
     
    3941public class GameWindow extends JFrame implements ActionListener {
    4042    public GameWindow(Layer ground) {
    41         setTitle("The Ultimate WMS Super-speed Turbo Challenge II");
     43        setTitle(tr("The Ultimate WMS Super-speed Turbo Challenge II"));
    4244        setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
    4345        setUndecorated(true);
Note: See TracChangeset for help on using the changeset viewer.