Skip to content

Commit 0c24e29

Browse files
committedMay 11, 2018
More descriptive tooltips for some app actions
1 parent ad18e04 commit 0c24e29

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
 

‎src/ui/qgisapp.ui

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,9 @@
690690
<property name="text">
691691
<string>&amp;New</string>
692692
</property>
693+
<property name="toolTip">
694+
<string>New Project</string>
695+
</property>
693696
<property name="shortcut">
694697
<string>Ctrl+N</string>
695698
</property>
@@ -702,6 +705,9 @@
702705
<property name="text">
703706
<string>&amp;Open…</string>
704707
</property>
708+
<property name="toolTip">
709+
<string>Open Project</string>
710+
</property>
705711
<property name="shortcut">
706712
<string>Ctrl+O</string>
707713
</property>
@@ -714,6 +720,9 @@
714720
<property name="text">
715721
<string>&amp;Save</string>
716722
</property>
723+
<property name="toolTip">
724+
<string>Save Project</string>
725+
</property>
717726
<property name="shortcut">
718727
<string>Ctrl+S</string>
719728
</property>
@@ -726,6 +735,9 @@
726735
<property name="text">
727736
<string>Save &amp;As…</string>
728737
</property>
738+
<property name="toolTip">
739+
<string>Save Project As</string>
740+
</property>
729741
<property name="shortcut">
730742
<string>Ctrl+Shift+S</string>
731743
</property>
@@ -738,6 +750,9 @@
738750
<property name="text">
739751
<string>Save Map as &amp;Image…</string>
740752
</property>
753+
<property name="toolTip">
754+
<string>Save Map as Image</string>
755+
</property>
741756
</action>
742757
<action name="mActionSaveMapAsPdf">
743758
<property name="icon">
@@ -747,6 +762,9 @@
747762
<property name="text">
748763
<string>Save Map as &amp;PDF…</string>
749764
</property>
765+
<property name="toolTip">
766+
<string>Save Map as PDF</string>
767+
</property>
750768
</action>
751769
<action name="mActionNewMapCanvas">
752770
<property name="icon">
@@ -1553,6 +1571,9 @@
15531571
<property name="text">
15541572
<string>&amp;Save As...</string>
15551573
</property>
1574+
<property name="toolTip">
1575+
<string>Save Layer As</string>
1576+
</property>
15561577
</action>
15571578
<action name="mActionRemoveLayer">
15581579
<property name="icon">
@@ -1586,6 +1607,9 @@
15861607
<property name="text">
15871608
<string>&amp;Properties...</string>
15881609
</property>
1610+
<property name="toolTip">
1611+
<string>Layer Properties</string>
1612+
</property>
15891613
</action>
15901614
<action name="mActionLayerSubsetString">
15911615
<property name="text">
@@ -1687,6 +1711,9 @@
16871711
<property name="text">
16881712
<string>&amp;Properties…</string>
16891713
</property>
1714+
<property name="toolTip">
1715+
<string>Project Properties</string>
1716+
</property>
16901717
<property name="shortcut">
16911718
<string>Ctrl+Shift+P</string>
16921719
</property>

0 commit comments

Comments
 (0)
Please sign in to comment.