mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Capitalization fixes
This commit is contained in:
parent
946b111427
commit
560d2df70c
@ -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',
|
||||||
|
@ -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>&Do Not Indent Paragraph</string>
|
<string>&Do not indent paragraph</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user