mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Unify Inter-word and Interword space strings.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34335 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
70b3c144c7
commit
ea24773537
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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)"));
|
||||
|
Loading…
Reference in New Issue
Block a user