Index: /trunk/src/org/openstreetmap/josm/actions/SaveActionBase.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/actions/SaveActionBase.java	(revision 4910)
+++ /trunk/src/org/openstreetmap/josm/actions/SaveActionBase.java	(revision 4911)
@@ -215,10 +215,10 @@
             file = new File(fn);
         }
-        if (!confirmOverride(file))
+        if (!confirmOverwrite(file))
             return null;
         return file;
     }
 
-    public static boolean confirmOverride(File file) {
+    public static boolean confirmOverwrite(File file) {
         if (file == null || (file.exists())) {
             ExtendedDialog dialog = new ExtendedDialog(
