* MathsUi.ui: grammar fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32012 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-11-15 15:47:07 +00:00
parent d291772c5a
commit b83415029e

View File

@ -16,7 +16,7 @@
<item row="0" column="0">
<widget class="QCheckBox" name="amsautoCB">
<property name="toolTip">
<string>The AMS LaTeX packages are only used when symbols from the AMS math toolbars are inserted into formulas</string>
<string>The AMS LaTeX packages are only used if symbols from the AMS math toolbars are inserted into formulas</string>
</property>
<property name="text">
<string>&amp;Use AMS math package automatically</string>
@ -39,7 +39,7 @@
<item row="2" column="0">
<widget class="QCheckBox" name="esintautoCB">
<property name="toolTip">
<string>The LaTeX package esint is only used when special integral commands are inserted into formulas</string>
<string>The LaTeX package esint is only used if special integral commands are inserted into formulas</string>
</property>
<property name="text">
<string>Use esint package &amp;automatically</string>
@ -62,7 +62,7 @@
<item row="4" column="0">
<widget class="QCheckBox" name="mhchemautoCB">
<property name="toolTip">
<string>The LaTeX package mhchem is only used when either the command \ce or \cf is inserted into formulas</string>
<string>The LaTeX package mhchem is only used if either the command \ce or \cf is inserted into formulas</string>
</property>
<property name="text">
<string>Use mhchem &amp;package automatically</string>