Capitalization fixes

This commit is contained in:
Juergen Spitzmueller 2020-12-02 14:52:51 +01:00
parent 946b111427
commit 560d2df70c
2 changed files with 2 additions and 2 deletions

View File

@ -751,7 +751,7 @@ def checkFormatEntries(dtl_tools):
\Format pdf6 pdf "PDF (graphics)" "" "%%" "" "vector" "application/pdf" \Format pdf6 pdf "PDF (graphics)" "" "%%" "" "vector" "application/pdf"
\Format pdf7 pdf "PDF (cropped)" "" "%%" "" "document,vector" "" \Format pdf7 pdf "PDF (cropped)" "" "%%" "" "document,vector" ""
\Format pdf8 pdf "PDF (lower resolution)" "" "%%" "" "document,vector" "" \Format pdf8 pdf "PDF (lower resolution)" "" "%%" "" "document,vector" ""
\Format pdf9 pdf "PDF (docbook)" "" "%%" "" "document,vector,menu=export" ""''']) \Format pdf9 pdf "PDF (DocBook)" "" "%%" "" "document,vector,menu=export" ""'''])
# #
checkViewer('a DVI previewer', ['xdvi', 'kdvi', 'okular', checkViewer('a DVI previewer', ['xdvi', 'kdvi', 'okular',
'evince', 'xreader', 'evince', 'xreader',

View File

@ -198,7 +198,7 @@
<item row="2" column="0"> <item row="2" column="0">
<widget class="QCheckBox" name="noindentCB"> <widget class="QCheckBox" name="noindentCB">
<property name="text"> <property name="text">
<string>&amp;Do Not Indent Paragraph</string> <string>&amp;Do not indent paragraph</string>
</property> </property>
</widget> </widget>
</item> </item>