1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00

Merge pull request #1284 from kdave/prefs-help-singlekey

[Preferences] Update help text for single key shortcuts
This commit is contained in:
David Rosca 2014-04-10 08:56:00 +02:00
commit fee93252d3

View File

@ -1989,8 +1989,11 @@
</item>
<item row="4" column="0" colspan="2">
<widget class="QCheckBox" name="singleKeyShortcuts">
<property name="toolTip">
<string>Existing shortcuts:&lt;br/>&lt;b>1&lt;/b> - previous tab&lt;br/>&lt;b>2&lt;/b> - next tab</string>
</property>
<property name="text">
<string>Use single key shortcuts (1 - prev tab, 2 - next tab)</string>
<string>Use single key shortcuts</string>
</property>
</widget>
</item>