* A crash reverted my local change which I didn't notice when I committed

it: changed the block cache label.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31957 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-07-30 00:32:15 +00:00
parent 6ac391b3ea
commit 8ccfaa66bb
+1 -1
View File
@@ -485,7 +485,7 @@ BlockCacheDataSource::NextValue(SystemInfo& info)
const char*
BlockCacheDataSource::Label() const
{
return "Block Cache Memory Usage";
return "Block Cache Memory";
}