mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
Revert "MenuBar: Tweak string for open user folder option"
This reverts commit 6788bda6c9dd7cd7d10c190aa2fa1bd1393d3ce3. The user folder can be either global or local. If it is local, we shouldn't call it global. See also da0be24b2f710442b0c1c809aa4847bfdc200cb3.
This commit is contained in:
parent
aacd66bd5b
commit
8f88297122
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user