* Console: Tag stat descriptions at declaration rather than in Strings.java

This commit is contained in:
zzz
2011-06-05 11:16:57 +00:00
parent 87cad7eaee
commit 8d42ebc2f0
3 changed files with 22 additions and 15 deletions

View File

@ -95,13 +95,5 @@ class Dummy {
_("itag0");
_("itag1");
_("itag2");
// Descriptions for the stats that are graphed by default
// There are over 500 stats currently defined, we aren't going to tag them all
_("Low-level bandwidth receive rate"); // bw.recvRate
_("Low-level bandwidth send rate"); // bw.sendRate
_("How many peers we are actively talking with"); // router.activePeers
// router.memoryUsed currently has the max size in the description so it can't be tagged
}
}