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

[Preferences] Update help text for single key shortcuts

Put the list of implemented shortcuts into a tooltip with a bit of
formatting.
This commit is contained in:
David Sterba 2014-04-10 01:06:27 +02:00
parent e4512ae14f
commit ddba93a3d0

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>