diff options
author | german77 <juangerman-13@hotmail.com> | 2022-09-09 15:29:22 -0500 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2022-09-10 19:39:25 +0200 |
commit | 8f207bd93ddb9778f0242fca0dab6ef155bd2a97 (patch) | |
tree | ba3035c2a2b304956f6ba2ae6d5ac47d64c1ce52 /src/yuzu/main.ui | |
parent | f5e635addaef59159bf6bc529b17954eda3684a1 (diff) |
yuzu: Multiple room UI improvements
Diffstat (limited to 'src/yuzu/main.ui')
-rw-r--r-- | src/yuzu/main.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/yuzu/main.ui b/src/yuzu/main.ui index 60a8deab1..de1545216 100644 --- a/src/yuzu/main.ui +++ b/src/yuzu/main.ui @@ -265,7 +265,7 @@ <bool>true</bool> </property> <property name="text"> - <string>Browse Public Game Lobby</string> + <string>&Browse Public Game Lobby</string> </property> </action> <action name="action_Start_Room"> @@ -273,7 +273,7 @@ <bool>true</bool> </property> <property name="text"> - <string>Create Room</string> + <string>&Create Room</string> </property> </action> <action name="action_Leave_Room"> @@ -281,12 +281,12 @@ <bool>false</bool> </property> <property name="text"> - <string>Leave Room</string> + <string>&Leave Room</string> </property> </action> <action name="action_Connect_To_Room"> <property name="text"> - <string>Direct Connect to Room</string> + <string>&Direct Connect to Room</string> </property> </action> <action name="action_Show_Room"> @@ -294,7 +294,7 @@ <bool>false</bool> </property> <property name="text"> - <string>Show Current Room</string> + <string>&Show Current Room</string> </property> </action> <action name="action_Fullscreen"> |