From: Jürgen Spitzmüller Date: Wed, 9 Feb 2011 08:31:18 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 2.0.0~818 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2ce1e6783a7f4c938f8295f51e00223f22b8fcf7;p=features.git Fix typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37569 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiDocument.cpp b/src/frontends/qt4/GuiDocument.cpp index a73a12f877..272a72b4be 100644 --- a/src/frontends/qt4/GuiDocument.cpp +++ b/src/frontends/qt4/GuiDocument.cpp @@ -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")); diff --git a/src/frontends/qt4/ui/FontUi.ui b/src/frontends/qt4/ui/FontUi.ui index bf0d93efd9..c3150deb46 100644 --- a/src/frontends/qt4/ui/FontUi.ui +++ b/src/frontends/qt4/ui/FontUi.ui @@ -16,7 +16,7 @@ - Use OpenType- and TrueType fonts directly (requires XeTeX or LuaTeX) + Use OpenType and TrueType fonts directly (requires XeTeX or LuaTeX) &Use non-TeX fonts (via XeTeX/LuaTeX)