Skip to content
Permalink
Browse files
Merge pull request #11453 from JosJuice/revert-open-user-dir-qt-hotfix
Revert "MenuBar: Tweak string for open user folder option"
  • Loading branch information
delroth committed Jan 17, 2023
2 parents 10fd768 + 8f88297 commit c527aea
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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();

0 comments on commit c527aea

Please sign in to comment.