Skip to content

Commit

Permalink
Revert "MenuBar: Tweak string for open user folder option"
Browse files Browse the repository at this point in the history
This reverts commit 6788bda.

The user folder can be either global or local. If it is local,
we shouldn't call it global.

See also da0be24.
  • Loading branch information
JosJuice committed Jan 16, 2023
1 parent aacd66b commit 8f88297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt/MenuBar.cpp
Expand Up @@ -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();

Expand Down

0 comments on commit 8f88297

Please sign in to comment.