mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
Revert "MenuBar: Tweak string for open user folder option"
This reverts commit6788bda6c9
. The user folder can be either global or local. If it is local, we shouldn't call it global. See alsoda0be24b2f
.
This commit is contained in:
@ -217,7 +217,7 @@ void MenuBar::AddFileMenu()
|
||||
file_menu->addSeparator();
|
||||
|
||||
m_open_user_folder =
|
||||
file_menu->addAction(tr("Open Global &User Directory"), this, &MenuBar::OpenUserFolder);
|
||||
file_menu->addAction(tr("Open &User Folder"), this, &MenuBar::OpenUserFolder);
|
||||
|
||||
file_menu->addSeparator();
|
||||
|
||||
|
Reference in New Issue
Block a user