mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* src/frontends/qt4/ui/QTabularUi.ui:
* src/frontends/qt4/QTabular.C: change "Block" to "Justified" to avoid translation clash and to align with paragraph settings git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17694 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
909d293785
commit
16b8db280e
@ -261,7 +261,7 @@ void QTabular::update_contents()
|
||||
dialog_->hAlignCB->addItem(qt_("Center"));
|
||||
dialog_->hAlignCB->addItem(qt_("Right"));
|
||||
if (!multicol && !pwidth.zero())
|
||||
dialog_->hAlignCB->addItem(qt_("Block"));
|
||||
dialog_->hAlignCB->addItem(qt_("Justified"));
|
||||
|
||||
int align = 0;
|
||||
switch (tabular.getAlignment(cell)) {
|
||||
|
@ -137,7 +137,7 @@
|
||||
</property>
|
||||
<item>
|
||||
<property name="text" >
|
||||
<string>Block</string>
|
||||
<string>Justified</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
|
Loading…
Reference in New Issue
Block a user