mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
* QDelimiterDialog.C: make "TeX Code:" translatable
* ui/QDelimiterUi.ui: fix (unused) message - single \'s caused gettext problems git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17854 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3f380081e0
commit
3c4367e0ac
@ -168,7 +168,7 @@ void QDelimiterDialog::updateTeXCode(int size)
|
|||||||
code_str += "\\" + bigright[size] + right_str;
|
code_str += "\\" + bigright[size] + right_str;
|
||||||
}
|
}
|
||||||
|
|
||||||
texCodeL->setText("TeX-Code: " + code_str);
|
texCodeL->setText(qt_("TeX Code: ") + code_str);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -144,7 +144,7 @@
|
|||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>TeX Code: \Biggl\Updownarrow \Biggr\Updownarrow</string>
|
<string>TeX Code:</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="textFormat" >
|
<property name="textFormat" >
|
||||||
<enum>Qt::AutoText</enum>
|
<enum>Qt::AutoText</enum>
|
||||||
|
Loading…
Reference in New Issue
Block a user