From 35240f328d4cfaada89b94c7e5ad9b9879940fad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Wed, 24 Oct 2007 22:02:48 +0000 Subject: [PATCH] EmbeddedFiles.cpp, GuiPrefs.cpp, PDFSupportUi.ui: fix some typos git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21188 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/EmbeddedFiles.cpp | 2 +- src/frontends/qt4/GuiPrefs.cpp | 2 +- src/frontends/qt4/ui/PDFSupportUi.ui | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/EmbeddedFiles.cpp b/src/EmbeddedFiles.cpp index 4255a3023e..98556ca985 100644 --- a/src/EmbeddedFiles.cpp +++ b/src/EmbeddedFiles.cpp @@ -199,7 +199,7 @@ bool EmbeddedFile::updateFromExternalFile(Buffer const * buf) const // other wise, ask if overwrite int const ret = Alert::prompt( _("Update embedded file?"), - bformat(_("Embeddedl file %1$s already exists, do you want to overwrite it"), + bformat(_("Embedded file %1$s already exists, do you want to overwrite it"), from_utf8(ext_file)), 1, 1, _("&Overwrite"), _("&Cancel")); if (ret != 0) // if the user does not want to overwrite, we still consider it diff --git a/src/frontends/qt4/GuiPrefs.cpp b/src/frontends/qt4/GuiPrefs.cpp index 6ce9f30cd6..55d81eecf5 100644 --- a/src/frontends/qt4/GuiPrefs.cpp +++ b/src/frontends/qt4/GuiPrefs.cpp @@ -2123,7 +2123,7 @@ void PrefShortcuts::shortcut_okPB_pressed() if (func.action == LFUN_UNKNOWN_ACTION) { Alert::error(_("Failed to create shortcut"), - _("Unknown or invalid lyx function")); + _("Unknown or invalid LyX function")); return; } diff --git a/src/frontends/qt4/ui/PDFSupportUi.ui b/src/frontends/qt4/ui/PDFSupportUi.ui index 5da6e80854..9b8389a170 100644 --- a/src/frontends/qt4/ui/PDFSupportUi.ui +++ b/src/frontends/qt4/ui/PDFSupportUi.ui @@ -252,7 +252,7 @@ - eg: pdfstartview=XYZ, plainpages=false, pdfpagelabels + e.g.: pdfstartview=XYZ, plainpages=false, pdfpagelabels -- 2.39.2