Fix typo.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37569 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2011-02-09 08:31:18 +00:00
parent ff13ada543
commit 2ce1e6783a
2 changed files with 2 additions and 2 deletions

View File

@ -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"));

View File

@ -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>&amp;Use non-TeX fonts (via XeTeX/LuaTeX)</string>