* 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:
Michael Schmitt 2007-04-01 21:51:17 +00:00
parent 909d293785
commit 16b8db280e
2 changed files with 2 additions and 2 deletions

View File

@ -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)) {

View File

@ -137,7 +137,7 @@
</property>
<item>
<property name="text" >
<string>Block</string>
<string>Justified</string>
</property>
</item>
<item>