mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +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;
|
||||
}
|
||||
|
||||
texCodeL->setText("TeX-Code: " + code_str);
|
||||
texCodeL->setText(qt_("TeX Code: ") + code_str);
|
||||
}
|
||||
|
||||
|
||||
|
@ -144,7 +144,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>TeX Code: \Biggl\Updownarrow \Biggr\Updownarrow</string>
|
||||
<string>TeX Code:</string>
|
||||
</property>
|
||||
<property name="textFormat" >
|
||||
<enum>Qt::AutoText</enum>
|
||||
|
Loading…
Reference in New Issue
Block a user