Skip to content

Commit

Permalink
Fix capitalisation of string
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 24, 2014
1 parent d459b70 commit b5acad1
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions src/ui/qgscomposerbase.ui
Expand Up @@ -21,16 +21,7 @@
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<property name="margin">
<number>0</number>
</property>
<item row="0" column="0">
Expand Down Expand Up @@ -925,7 +916,10 @@
<normaloff>:/images/themes/default/mActionSaveAsPDF.png</normaloff>:/images/themes/default/mActionSaveAsPDF.png</iconset>
</property>
<property name="text">
<string>Export Atlas As PDF...</string>
<string>Export Atlas as PDF...</string>
</property>
<property name="toolTip">
<string>Export Atlas as PDF</string>
</property>
</action>
<action name="mActionAtlasSettings">
Expand Down

0 comments on commit b5acad1

Please sign in to comment.