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
This commit is contained in:
Uwe Stöhr 2007-10-24 22:02:48 +00:00
parent f48d7caee3
commit 35240f328d
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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;
}

View File

@ -252,7 +252,7 @@
</sizepolicy>
</property>
<property name="toolTip" >
<string>eg: pdfstartview=XYZ, plainpages=false, pdfpagelabels</string>
<string>e.g.: pdfstartview=XYZ, plainpages=false, pdfpagelabels</string>
</property>
</widget>
</item>