mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Revert "MenuBar: Tweak string for open user folder option"
This reverts commit6788bda6c9. The user folder can be either global or local. If it is local, we shouldn't call it global. See alsoda0be24b2f.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user