]> git.lyx.org Git - features.git/commitdiff
Fix typo.
authorJürgen Spitzmüller <spitz@lyx.org>
Wed, 9 Feb 2011 08:31:18 +0000 (08:31 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Wed, 9 Feb 2011 08:31:18 +0000 (08:31 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37569 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiDocument.cpp
src/frontends/qt4/ui/FontUi.ui

index a73a12f877fe48fa6ff1699b0d53517512b96989..272a72b4be611fc4706ff566a6442b8a21fc8a6b 100644 (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"));
 
 
index bf0d93efd98c84da04404796c74468b1e4be8dbe..c3150deb46bdbcb4f084f91ce91223f528077a4d 100644 (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>