Revert "MenuBar: Tweak string for open user folder option"

This reverts commit 6788bda6c9.

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

See also da0be24b2f.
This commit is contained in:
JosJuice 2023-01-16 18:29:44 +01:00
parent aacd66bd5b
commit 8f88297122
1 changed files with 1 additions and 1 deletions

View File

@ -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();