Skip to content

Commit cc225d1

Browse files
committedFeb 12, 2012
fix tooltip string
1 parent 09545be commit cc225d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/ui/qgsattributetabledialog.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
<item>
233233
<widget class="QToolButton" name="mPanMapToSelectedRowsButton">
234234
<property name="toolTip">
235-
<string>Zoom map to the selected rows (Ctrl+J)</string>
235+
<string>Pan map to the selected rows (Ctrl+P)</string>
236236
</property>
237237
<property name="whatsThis">
238238
<string/>
@@ -251,7 +251,7 @@
251251
</size>
252252
</property>
253253
<property name="shortcut">
254-
<string>Ctrl+J</string>
254+
<string>Ctrl+P</string>
255255
</property>
256256
</widget>
257257
</item>

0 commit comments

Comments
 (0)
Please sign in to comment.