Index: applications/editors/josm/plugins/osmarender/src/OsmarenderPlugin.java
===================================================================
--- applications/editors/josm/plugins/osmarender/src/OsmarenderPlugin.java	(revision 7575)
+++ applications/editors/josm/plugins/osmarender/src/OsmarenderPlugin.java	(revision 7705)
@@ -77,5 +77,5 @@
                 Runtime.getRuntime().exec(exec);
             } catch (IOException e1) {
-                JOptionPane.showMessageDialog(Main.parent, tr("FireFox not found. Please set firefox executable in the Map Settings page of the preferences."));
+                JOptionPane.showMessageDialog(Main.parent, tr("Firefox not found. Please set firefox executable in the Map Settings page of the preferences."));
             }
         }
@@ -127,5 +127,5 @@
             public void addGui(PreferenceDialog gui) {
                 gui.map.add(new JLabel(tr("osmarender options")), GBC.eol().insets(0,5,0,0));
-                gui.map.add(new JLabel(tr("FireFox executable")), GBC.std().insets(10,5,5,0));
+                gui.map.add(new JLabel(tr("Firefox executable")), GBC.std().insets(10,5,5,0));
                 gui.map.add(firefox, GBC.eol().insets(0,5,0,0).fill(GBC.HORIZONTAL));
                 firefox.setText(Main.pref.get("osmarender.firefox"));
