Changeset 7705 in osm


Ignore:
Timestamp:
2008-05-06T18:46:41+02:00 (16 years ago)
Author:
stoecker
Message:

unified with josm to ease translations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/osmarender/src/OsmarenderPlugin.java

    r6064 r7705  
    7777                Runtime.getRuntime().exec(exec);
    7878            } catch (IOException e1) {
    79                 JOptionPane.showMessageDialog(Main.parent, tr("FireFox not found. Please set firefox executable in the Map Settings page of the preferences."));
     79                JOptionPane.showMessageDialog(Main.parent, tr("Firefox not found. Please set firefox executable in the Map Settings page of the preferences."));
    8080            }
    8181        }
     
    127127            public void addGui(PreferenceDialog gui) {
    128128                gui.map.add(new JLabel(tr("osmarender options")), GBC.eol().insets(0,5,0,0));
    129                 gui.map.add(new JLabel(tr("FireFox executable")), GBC.std().insets(10,5,5,0));
     129                gui.map.add(new JLabel(tr("Firefox executable")), GBC.std().insets(10,5,5,0));
    130130                gui.map.add(firefox, GBC.eol().insets(0,5,0,0).fill(GBC.HORIZONTAL));
    131131                firefox.setText(Main.pref.get("osmarender.firefox"));
Note: See TracChangeset for help on using the changeset viewer.