mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37569 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ff13ada543
commit
2ce1e6783a
@ -800,7 +800,7 @@ GuiDocument::GuiDocument(GuiView & lv)
|
||||
|
||||
if (!LaTeXFeatures::isAvailable("fontspec"))
|
||||
fontModule->osFontsCB->setToolTip(
|
||||
qt_("Use OpenType- and TrueType fonts directly (requires XeTeX or LuaTeX)\n"
|
||||
qt_("Use OpenType and TrueType fonts directly (requires XeTeX or LuaTeX)\n"
|
||||
"You need to install the package \"fontspec\" to use this feature"));
|
||||
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
<item row="0" column="0" colspan="2">
|
||||
<widget class="QCheckBox" name="osFontsCB">
|
||||
<property name="toolTip">
|
||||
<string>Use OpenType- and TrueType fonts directly (requires XeTeX or LuaTeX)</string>
|
||||
<string>Use OpenType and TrueType fonts directly (requires XeTeX or LuaTeX)</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Use non-TeX fonts (via XeTeX/LuaTeX)</string>
|
||||
|
Loading…
Reference in New Issue
Block a user