Change strings.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23786 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-03-17 02:49:47 +00:00
parent 7a486ed06f
commit e921847e12
2 changed files with 2 additions and 2 deletions

View File

@ -566,7 +566,7 @@ bool GuiApplication::notify(QObject * receiver, QEvent * event)
docstring details = e.details_ + '\n';
details += theBufferList().emergencyWrite(buf);
theBufferList().release(buf);
details += _("\nThe current document was closed.");
details += "\n" + _("The current document was closed.");
Alert::error(e.title_, details);
return false;
}

View File

@ -273,7 +273,7 @@ FileName GuiClipboard::getPastedGraphicsFileName(Cursor const & cur,
break;
int ret = frontend::Alert::prompt(
_("Overwrite external file?"),
bformat(_("File %1$s already exists, do you want to overwrite it"),
bformat(_("File %1$s already exists, do you want to overwrite it?"),
from_utf8(filename.absFilename())), 1, 1, _("&Overwrite"), _("&Cancel"));
if (ret == 0)
// overwrite, hence break the dialog loop