diff options
author | Daniel Schemp <dschemp@mailbox.org> | 2022-04-22 00:22:50 +0200 |
---|---|---|
committer | Daniel Schemp <dschemp@mailbox.org> | 2022-04-22 00:22:50 +0200 |
commit | 08b1b2669a864873c52d604994bb8ff373b81dbc (patch) | |
tree | 53a108aa6bec635bdb42949d0b2e160d6786fe97 /launcher/ui | |
parent | 94a655b055cd977b405223d3e549d61a4b11658b (diff) | |
download | PrismLauncher-08b1b2669a864873c52d604994bb8ff373b81dbc.tar.gz PrismLauncher-08b1b2669a864873c52d604994bb8ff373b81dbc.tar.bz2 PrismLauncher-08b1b2669a864873c52d604994bb8ff373b81dbc.zip |
added: Mnemonics for Settings/Accounts
Diffstat (limited to 'launcher/ui')
-rw-r--r-- | launcher/ui/pages/global/AccountListPage.ui | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/launcher/ui/pages/global/AccountListPage.ui b/launcher/ui/pages/global/AccountListPage.ui index d21a92e2..469955b5 100644 --- a/launcher/ui/pages/global/AccountListPage.ui +++ b/launcher/ui/pages/global/AccountListPage.ui @@ -65,17 +65,17 @@ </widget> <action name="actionAddMojang"> <property name="text"> - <string>Add Mojang</string> + <string>Add &Mojang</string> </property> </action> <action name="actionRemove"> <property name="text"> - <string>Remove</string> + <string>Remo&ve</string> </property> </action> <action name="actionSetDefault"> <property name="text"> - <string>Set Default</string> + <string>&Set Default</string> </property> </action> <action name="actionNoDefault"> @@ -83,17 +83,17 @@ <bool>true</bool> </property> <property name="text"> - <string>No Default</string> + <string>&No Default</string> </property> </action> <action name="actionUploadSkin"> <property name="text"> - <string>Upload Skin</string> + <string>&Upload Skin</string> </property> </action> <action name="actionDeleteSkin"> <property name="text"> - <string>Delete Skin</string> + <string>&Delete Skin</string> </property> <property name="toolTip"> <string>Delete the currently active skin and go back to the default one</string> @@ -101,17 +101,17 @@ </action> <action name="actionAddMicrosoft"> <property name="text"> - <string>Add Microsoft</string> + <string>&Add Microsoft</string> </property> </action> <action name="actionAddOffline"> <property name="text"> - <string>Add Offline</string> + <string>Add &Offline</string> </property> </action> <action name="actionRefresh"> <property name="text"> - <string>Refresh</string> + <string>&Refresh</string> </property> <property name="toolTip"> <string>Refresh the account tokens</string> |