diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-02 22:37:36 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-02 22:37:36 -0400 |
| commit | 1fcd8f0e09363a0103df116e137ea9eb16bbf0db (patch) | |
| tree | 4fb2ca83bca9b0314ea57fa63a864b6a29b6d917 /src/mainwindow.ui | |
| parent | 471d76832a7ec42b148b4eab3e466432a7042e93 (diff) | |
missed some mnemonics in the main menu
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 05d64bdf..9656cbf2 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1426,11 +1426,11 @@ p, li { white-space: pre-wrap; } </widget> <widget class="QMenu" name="menuView"> <property name="title"> - <string>View</string> + <string>&View</string> </property> <widget class="QMenu" name="menuToolbars"> <property name="title"> - <string>Toolbars</string> + <string>&Toolbars</string> </property> <addaction name="actionToolBarMainToggle"/> <addaction name="actionToolBarLinksToggle"/> @@ -1622,7 +1622,7 @@ p, li { white-space: pre-wrap; } <normaloff>:/MO/gui/warning</normaloff>:/MO/gui/warning</iconset> </property> <property name="text"> - <string>Notifications...</string> + <string>&Notifications...</string> </property> <property name="toolTip"> <string>Open the notifications dialog</string> |
