Capitalization fixes

Fixes: #11237
(cherry picked from commit b75f716b73)
This commit is contained in:
Juergen Spitzmueller 2018-08-05 10:10:50 +02:00
parent 08aef452e7
commit 5f0c20b67e
3 changed files with 4 additions and 2 deletions

View File

@ -76,7 +76,7 @@
<string>Indent displayed formulas instead of centering</string>
</property>
<property name="text">
<string>Indent &amp;Formulas</string>
<string>Indent &amp;formulas</string>
</property>
</widget>
</item>

View File

@ -272,7 +272,7 @@
<item row="0" column="1">
<widget class="QCheckBox" name="cssCB">
<property name="text">
<string>Write CSS to File</string>
<string>Write CSS to file</string>
</property>
</widget>
</item>

View File

@ -33,6 +33,8 @@ What's new
- Disambiguate dialog message (bug 11242).
- Unify capitalzation in dialog (bug 11237).
* DOCUMENTATION AND LOCALIZATION