]> git.lyx.org Git - features.git/commitdiff
Amend d56a5447f306
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 17 Dec 2017 08:19:26 +0000 (09:19 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 17 Dec 2017 08:19:26 +0000 (09:19 +0100)
LaTeX only breaks after dashes (even though unicode suggests optional
line breaks also before em dashes).

src/frontends/qt4/ui/FontUi.ui

index fc98c1b7ebdd0e7108c32eaecbf91c2b066a992b..8a207758f47bd9aa6ffc899c792236a6f9ace173 100644 (file)
    <item row="11" column="1">
     <widget class="QCheckBox" name="dashesCB">
      <property name="toolTip">
-      <string>By default, a line break can occur after en- and em-dashes and before em-dashes. Checking this box prevents that.</string>
+      <string>By default, a line break can occur after en- and em-dashes. Checking this box prevents that.</string>
      </property>
      <property name="text">
-      <string>Disallow l&amp;ine breaks at dashes</string>
+      <string>Disallow l&amp;ine breaks after dashes</string>
      </property>
     </widget>
    </item>