diff options
author | Ken Moore <moorekou@gmail.com> | 2015-11-24 13:46:49 -0500 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-11-24 13:46:49 -0500 |
commit | e077cc2ba6f34691662c96681666789d5d180018 (patch) | |
tree | c01dc035af04a375bd5445e0c66388e994f737c8 /lumina-desktop/AppMenu.cpp | |
parent | Change the "quick settings" button to now say "Preferences" instead. Also rem... (diff) | |
download | lumina-e077cc2ba6f34691662c96681666789d5d180018.tar.gz lumina-e077cc2ba6f34691662c96681666789d5d180018.tar.bz2 lumina-e077cc2ba6f34691662c96681666789d5d180018.zip |
Unify some text in various menus: "Browse Files" for instance.
Diffstat (limited to 'lumina-desktop/AppMenu.cpp')
-rw-r--r-- | lumina-desktop/AppMenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/AppMenu.cpp b/lumina-desktop/AppMenu.cpp index 9f1282ff..c3dab3a3 100644 --- a/lumina-desktop/AppMenu.cpp +++ b/lumina-desktop/AppMenu.cpp @@ -45,7 +45,7 @@ void AppMenu::updateAppList(){ //Now fill the menu bool ok; //for checking inputs //Add link to the file manager - this->addAction( LXDG::findIcon("user-home", ""), tr("Open Home"), this, SLOT(launchFileManager()) ); + this->addAction( LXDG::findIcon("user-home", ""), tr("Browse Files"), this, SLOT(launchFileManager()) ); //--Look for the app store XDGDesktop store = LXDG::loadDesktopFile(appstorelink, ok); if(ok){ |