mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-24 15:26:36 -06:00
snapshots: Another s/State/VM State/ change
This commit is contained in:
parent
de7144d216
commit
bd782d5757
@ -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])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user