mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
fix tooltip string
This commit is contained in:
parent
09545bee56
commit
cc225d15a4
@ -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/>
|
||||
@ -251,7 +251,7 @@
|
||||
</size>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+J</string>
|
||||
<string>Ctrl+P</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user