mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +00:00
Align some strings
This commit is contained in:
parent
7f83d26934
commit
a78dad7487
src/frontends/qt4
@ -179,9 +179,9 @@ void FloatPlacement::initFloatTypeCO(FloatList const & floats)
|
||||
|
||||
void FloatPlacement::initFloatPlacementCO(bool const local)
|
||||
{
|
||||
placementCO->addItem(qt_("Class Defaults"), "class");
|
||||
placementCO->addItem(qt_("Class Default"), "class");
|
||||
if (local)
|
||||
placementCO->addItem(qt_("Document Defaults"), "document");
|
||||
placementCO->addItem(qt_("Document Default"), "document");
|
||||
placementCO->addItem(qt_("Custom"), "custom");
|
||||
}
|
||||
|
||||
|
@ -961,7 +961,7 @@ GuiDocument::GuiDocument(GuiView & lv)
|
||||
fontModule->fontsizeCO->addItem(qt_("12"));
|
||||
|
||||
fontModule->fontencCO->addItem(qt_("Automatic"), QString("auto"));
|
||||
fontModule->fontencCO->addItem(qt_("Class default"), QString("default"));
|
||||
fontModule->fontencCO->addItem(qt_("Class Default"), QString("default"));
|
||||
fontModule->fontencCO->addItem(qt_("Custom"), QString("custom"));
|
||||
|
||||
for (int n = 0; GuiDocument::fontfamilies_gui[n][0]; ++n)
|
||||
|
@ -94,7 +94,7 @@
|
||||
<string>Use the document's default alignment for floats, as specified in Document Settings.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>D&ocument Defaults</string>
|
||||
<string>D&ocument Default</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -134,7 +134,7 @@
|
||||
<string>Use the class' default alignment for floats, whatever it is.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Class &Defaults</string>
|
||||
<string>Class &Default</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user