snapshots: Another s/State/VM State/ change

This commit is contained in:
Cole Robinson 2013-11-10 11:17:12 -05:00
parent de7144d216
commit bd782d5757

View File

@ -229,7 +229,7 @@ class vmmSnapshotPage(vmmGObjectUI):
sortname = "1%s" % name
label = "%s\n<span size='small'>%s: %s%s</span>" % (
(name, _("State"), state, external))
(name, _("VM State"), state, external))
model.append([name, label, desc, snap.run_status_icon_name(),
sortname])