Change label of Mount menu to just "Mount", as in Tracker. The items mounted

could be something else than disks anyways.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29652 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-03-22 11:49:50 +00:00
parent 5b8725efcc
commit 4b0f97863f
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ TBeMenu::AddStandardBeMenuItems()
AddItem(item);
#ifdef MOUNT_MENU_IN_DESKBAR
DeskbarMountMenu *mountMenu = new DeskbarMountMenu("Mount Disks");
DeskbarMountMenu *mountMenu = new DeskbarMountMenu("Mount");
mountMenu->SetEnabled(!dragging);
AddItem(mountMenu);
#endif