mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Make DolphinQt2 netplay strings more like in DolphinWX
This commit is contained in:
parent
1584aec228
commit
e806928071
4 changed files with 4 additions and 4 deletions
|
@ -88,7 +88,7 @@ void MenuBar::AddToolsMenu()
|
|||
QMenu* tools_menu = addMenu(tr("&Tools"));
|
||||
m_wad_install_action = tools_menu->addAction(tr("Install WAD..."), this, &MenuBar::InstallWAD);
|
||||
|
||||
tools_menu->addAction(tr("Start NetPlay..."), this, &MenuBar::StartNetPlay);
|
||||
tools_menu->addAction(tr("Start &NetPlay..."), this, &MenuBar::StartNetPlay);
|
||||
tools_menu->addSeparator();
|
||||
|
||||
// Label will be set by a NANDRefresh later
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue