Skip to content

Commit

Permalink
More descriptive tooltips for some app actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 11, 2018
1 parent ad18e04 commit 0c24e29
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/ui/qgisapp.ui
Expand Up @@ -690,6 +690,9 @@
<property name="text">
<string>&amp;New</string>
</property>
<property name="toolTip">
<string>New Project</string>
</property>
<property name="shortcut">
<string>Ctrl+N</string>
</property>
Expand All @@ -702,6 +705,9 @@
<property name="text">
<string>&amp;Open…</string>
</property>
<property name="toolTip">
<string>Open Project</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
Expand All @@ -714,6 +720,9 @@
<property name="text">
<string>&amp;Save</string>
</property>
<property name="toolTip">
<string>Save Project</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
Expand All @@ -726,6 +735,9 @@
<property name="text">
<string>Save &amp;As…</string>
</property>
<property name="toolTip">
<string>Save Project As</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+S</string>
</property>
Expand All @@ -738,6 +750,9 @@
<property name="text">
<string>Save Map as &amp;Image…</string>
</property>
<property name="toolTip">
<string>Save Map as Image</string>
</property>
</action>
<action name="mActionSaveMapAsPdf">
<property name="icon">
Expand All @@ -747,6 +762,9 @@
<property name="text">
<string>Save Map as &amp;PDF…</string>
</property>
<property name="toolTip">
<string>Save Map as PDF</string>
</property>
</action>
<action name="mActionNewMapCanvas">
<property name="icon">
Expand Down Expand Up @@ -1553,6 +1571,9 @@
<property name="text">
<string>&amp;Save As...</string>
</property>
<property name="toolTip">
<string>Save Layer As</string>
</property>
</action>
<action name="mActionRemoveLayer">
<property name="icon">
Expand Down Expand Up @@ -1586,6 +1607,9 @@
<property name="text">
<string>&amp;Properties...</string>
</property>
<property name="toolTip">
<string>Layer Properties</string>
</property>
</action>
<action name="mActionLayerSubsetString">
<property name="text">
Expand Down Expand Up @@ -1687,6 +1711,9 @@
<property name="text">
<string>&amp;Properties…</string>
</property>
<property name="toolTip">
<string>Project Properties</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+P</string>
</property>
Expand Down

0 comments on commit 0c24e29

Please sign in to comment.