commit 1371dbb24063b613cb8914a521b90a47d74f0472
Author: Juergen Spitzmueller <[email protected]>
Date: Sun Dec 17 09:19:26 2017 +0100
Amend d56a5447f306
LaTeX only breaks after dashes (even though unicode suggests optional
line breaks also before em dashes).
---
src/frontends/qt4/ui/FontUi.ui | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/frontends/qt4/ui/FontUi.ui b/src/frontends/qt4/ui/FontUi.ui
index fc98c1b..8a20775 100644
--- a/src/frontends/qt4/ui/FontUi.ui
+++ b/src/frontends/qt4/ui/FontUi.ui
@@ -297,10 +297,10 @@
<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&ine breaks at dashes</string>
+ <string>Disallow l&ine breaks after dashes</string>
</property>
</widget>
</item>