mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
f48d7caee3
commit
35240f328d
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user