Clarify description string for image metric

This metric seems to have an existential crisis.
Change to more succinct "Image existence check"

Change-Id: I953c55214e73bb93c452b25f97960e9637f1008c
Closes-Bug: #1292937
This commit is contained in:
Rob Raymond 2014-03-25 08:59:09 -06:00
parent 0af48ace90
commit 39098ff203
1 changed files with 1 additions and 1 deletions

View File

@ -1062,7 +1062,7 @@ class Meters(object):
return datastructures.SortedDict([
('image', {
'label': '',
'description': _("Image polling -> it (still) exists"),
'description': _("Image existence check"),
}),
('image.size', {
'label': '',