mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
fix a typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6513 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b8802b4c58
commit
a1e4f55eb6
@ -1,3 +1,7 @@
|
|||||||
|
2003-03-15 John Levon <levon@movementarian.org>
|
||||||
|
|
||||||
|
* QMathDialog.C: "Sans serif" not "San serif"
|
||||||
|
|
||||||
2003-03-15 John Levon <levon@movementarian.org>
|
2003-03-15 John Levon <levon@movementarian.org>
|
||||||
|
|
||||||
* ui/QMathDialogBase.ui: fix english in a tooltip
|
* ui/QMathDialogBase.ui: fix english in a tooltip
|
||||||
|
@ -148,7 +148,7 @@ QMathDialog::QMathDialog(QMath * form)
|
|||||||
m->insertTearOffHandle();
|
m->insertTearOffHandle();
|
||||||
m->insertItem(qt_("Roman \\mathrm"), 1);
|
m->insertItem(qt_("Roman \\mathrm"), 1);
|
||||||
m->insertItem(qt_("Bold \\mathbf"), 2);
|
m->insertItem(qt_("Bold \\mathbf"), 2);
|
||||||
m->insertItem(qt_("San serif \\mathsf"), 3);
|
m->insertItem(qt_("Sans serif \\mathsf"), 3);
|
||||||
m->insertItem(qt_("Italic \\mathit"), 4);
|
m->insertItem(qt_("Italic \\mathit"), 4);
|
||||||
m->insertItem(qt_("Typewriter \\mathtt"), 5);
|
m->insertItem(qt_("Typewriter \\mathtt"), 5);
|
||||||
m->insertItem(qt_("Blackboard \\mathbb"), 6);
|
m->insertItem(qt_("Blackboard \\mathbb"), 6);
|
||||||
|
Loading…
Reference in New Issue
Block a user