diff options
author | Kenneth Chew <kenneth.c0@protonmail.com> | 2022-04-17 16:34:41 -0400 |
---|---|---|
committer | Kenneth Chew <kenneth.c0@protonmail.com> | 2022-04-17 16:39:08 -0400 |
commit | 4c52cc414f87c9d94a12412045ddfa3cb82f75b5 (patch) | |
tree | 54fd1ae2f969bc593fc851314c3418f2ad769d13 /launcher | |
parent | 6b45386252caa03cecf0e18777691e4895770e5c (diff) | |
download | PrismLauncher-4c52cc414f87c9d94a12412045ddfa3cb82f75b5.tar.gz PrismLauncher-4c52cc414f87c9d94a12412045ddfa3cb82f75b5.tar.bz2 PrismLauncher-4c52cc414f87c9d94a12412045ddfa3cb82f75b5.zip |
Improve menu bar setting string
Diffstat (limited to 'launcher')
-rw-r--r-- | launcher/ui/pages/global/LauncherPage.ui | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/launcher/ui/pages/global/LauncherPage.ui b/launcher/ui/pages/global/LauncherPage.ui index 636aec15..4cc2a113 100644 --- a/launcher/ui/pages/global/LauncherPage.ui +++ b/launcher/ui/pages/global/LauncherPage.ui @@ -330,8 +330,11 @@ <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QCheckBox" name="preferMenuBarCheckBox"> + <property name="toolTip"> + <string>The menubar is more friendly for keyboard-driven interaction.</string> + </property> <property name="text"> - <string>Always show menu bar instead of tool bar (more keyboard friendly, less pretty)</string> + <string>Replace toolbar with menubar</string> </property> </widget> </item> |