aldeck + stippi:

* Improved the naming of the menu entry that removes a replicant from a shelf
  to be less frightning.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28177 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-10-16 19:21:01 +00:00
parent 11c5023a77
commit 21f11263f6
1 changed files with 2 additions and 1 deletions

View File

@ -648,7 +648,8 @@ BDragger::_BuildDefaultPopUp()
fPopUp->AddItem(new BMenuItem(about, msg));
fPopUp->AddSeparatorItem();
fPopUp->AddItem(new BMenuItem("Delete", new BMessage(kDeleteReplicant)));
fPopUp->AddItem(new BMenuItem("Remove Replicant",
new BMessage(kDeleteReplicant)));
}