From e077cc2ba6f34691662c96681666789d5d180018 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 24 Nov 2015 13:46:49 -0500 Subject: Unify some text in various menus: "Browse Files" for instance. --- lumina-desktop/AppMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lumina-desktop/AppMenu.cpp') 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){ -- cgit