]> git.lyx.org Git - features.git/commitdiff
Unify Inter-word and Interword space strings.
authorPavel Sanda <sanda@lyx.org>
Wed, 28 Apr 2010 21:48:03 +0000 (21:48 +0000)
committerPavel Sanda <sanda@lyx.org>
Wed, 28 Apr 2010 21:48:03 +0000 (21:48 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34335 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ui/classic.ui
lib/ui/stdmenus.inc
src/frontends/qt4/GuiHSpace.cpp

index ec2448e728198e896f1f05b8f18b9c099f1d2c62..b531e26a44386174970fda8e7e2b06a78f657ba1 100644 (file)
@@ -245,7 +245,7 @@ Menuset
                Item "Protected Hyphen|y" "specialchar-insert nobreakdash"
                Item "Ligature Break|k" "specialchar-insert ligature-break"
                Item "Protected Space|r" "space-insert protected"
-               Item "Inter-word Space|w" "space-insert normal"
+               Item "Interword Space|w" "space-insert normal"
                Item "Thin Space|T" "space-insert thin"
                Item "Horizontal Space...|o" "dialog-show-new-inset space"
                Item "Vertical Space..." "dialog-show-new-inset vspace"
index edd9de6a98f779d3a4a97a37f2ac91e2ac1c36e6..9190f516156a7e118c41ee876af264262b1b1557 100644 (file)
@@ -386,7 +386,7 @@ Menuset
                Item "Subscript|u" "command-sequence math-mode on; math-subscript; math-insert \text;"
                Separator
                Item "Protected Space|P" "space-insert protected"
-               Item "Inter-word Space|w" "space-insert normal"
+               Item "Interword Space|w" "space-insert normal"
                Item "Thin Space|T" "space-insert thin"
                Item "Horizontal Space...|o" "dialog-show-new-inset space"
                Item "Horizontal Line|L" "line-insert"
index 4271ab5318bcfefd887d9053941894eaecf775ff..10486287a147d8619621f0850b54c6dd1d5ccb3f 100644 (file)
@@ -54,7 +54,7 @@ GuiHSpace::GuiHSpace(bool math_mode, QWidget * parent)
                spacingCO->addItem(qt_("Double Quad (2 em)"));
                spacingCO->addItem(qt_("Custom"));
        } else {
-               spacingCO->addItem(qt_("Inter-word space"));
+               spacingCO->addItem(qt_("Interword space"));
                spacingCO->addItem(qt_("Thin space"));
                spacingCO->addItem(qt_("Negative thin space"));
                spacingCO->addItem(qt_("Half Quad (0.5 em)"));