Skip to content

Commit b5acad1

Browse files
committedApr 24, 2014
Fix capitalisation of string
1 parent d459b70 commit b5acad1

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed
 

‎src/ui/qgscomposerbase.ui

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,7 @@
2121
<bool>true</bool>
2222
</property>
2323
<layout class="QGridLayout" name="gridLayout">
24-
<property name="leftMargin">
25-
<number>0</number>
26-
</property>
27-
<property name="topMargin">
28-
<number>0</number>
29-
</property>
30-
<property name="rightMargin">
31-
<number>0</number>
32-
</property>
33-
<property name="bottomMargin">
24+
<property name="margin">
3425
<number>0</number>
3526
</property>
3627
<item row="0" column="0">
@@ -925,7 +916,10 @@
925916
<normaloff>:/images/themes/default/mActionSaveAsPDF.png</normaloff>:/images/themes/default/mActionSaveAsPDF.png</iconset>
926917
</property>
927918
<property name="text">
928-
<string>Export Atlas As PDF...</string>
919+
<string>Export Atlas as PDF...</string>
920+
</property>
921+
<property name="toolTip">
922+
<string>Export Atlas as PDF</string>
929923
</property>
930924
</action>
931925
<action name="mActionAtlasSettings">

0 commit comments

Comments
 (0)
Please sign in to comment.