Skip to content

Commit

Permalink
fix tooltip string
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 12, 2012
1 parent 09545be commit cc225d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/qgsattributetabledialog.ui
Expand Up @@ -232,7 +232,7 @@
<item>
<widget class="QToolButton" name="mPanMapToSelectedRowsButton">
<property name="toolTip">
<string>Zoom map to the selected rows (Ctrl+J)</string>
<string>Pan map to the selected rows (Ctrl+P)</string>
</property>
<property name="whatsThis">
<string/>
Expand All @@ -251,7 +251,7 @@
</size>
</property>
<property name="shortcut">
<string>Ctrl+J</string>
<string>Ctrl+P</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit cc225d1

Please sign in to comment.