Skip to content

Commit

Permalink
Merge pull request #11451 from OatmealDome/open-user-dir-qt-hotfix
Browse files Browse the repository at this point in the history
MenuBar: Tweak string for open user folder option
  • Loading branch information
delroth committed Jan 16, 2023
2 parents bb64b0e + 6788bda commit aacd66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt/MenuBar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ void MenuBar::AddFileMenu()
file_menu->addSeparator();

m_open_user_folder =
file_menu->addAction(tr("Open &User Folder"), this, &MenuBar::OpenUserFolder);
file_menu->addAction(tr("Open Global &User Directory"), this, &MenuBar::OpenUserFolder);

file_menu->addSeparator();

Expand Down

0 comments on commit aacd66b

Please sign in to comment.