]> git.lyx.org Git - lyx.git/blobdiff - src/Exporter.cpp
EmbeddedObjects.lyx: add hint how to force a rotation direction for rotated floats
[lyx.git] / src / Exporter.cpp
index 3678fa1013dbab1a52881d9be1f735e084f035d0..498f8de5f93b9162187da7c5d244520459f668ea 100644 (file)
@@ -80,11 +80,11 @@ int checkOverwrite(FileName const & filename)
 {
        if (fs::exists(filename.toFilesystemEncoding())) {
                docstring text = bformat(_("The file %1$s already exists.\n\n"
-                                                    "Do you want to over-write that file?"),
+                                                    "Do you want to overwrite that file?"),
                                      makeDisplayPath(filename.absFilename()));
-               return Alert::prompt(_("Over-write file?"),
+               return Alert::prompt(_("Overwrite file?"),
                                     text, 0, 2,
-                                    _("&Over-write"), _("Over-write &all"),
+                                    _("&Overwrite"), _("Overwrite &all"),
                                     _("&Cancel export"));
        }
        return 0;