summaryrefslogtreecommitdiff
path: root/virt-xml
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2018-03-25 19:22:28 -0400
committerCole Robinson <crobinso@redhat.com>2018-03-25 19:22:28 -0400
commit46ec093a28fd9efd307e789a1b3a51cbf33104b8 (patch)
tree05efa34e896aeb95daa00efa2be56681388fdb79 /virt-xml
parentbd891eb380cdf771f0296a39193614a10749088b (diff)
downloadvirt-manager-46ec093a28fd9efd307e789a1b3a51cbf33104b8.tar.gz
virt-xml: Make it more clear when changes take effect
shutdown could be interpreted as a soft reboot, which won't apply the changes
Diffstat (limited to 'virt-xml')
-rwxr-xr-xvirt-xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt-xml b/virt-xml
index 11514bc6..eef62330 100755
--- a/virt-xml
+++ b/virt-xml
@@ -439,7 +439,7 @@ def main(conn=None):
devs, action, options.confirm)
if not options.update and active_xmlobj and applied:
print_stdout(
- _("Changes will take effect after the next domain shutdown."))
+ _("Changes will take effect after the domain is fully powered off."))
if not options.update and not options.define:
prepare_changes(inactive_xmlobj, options, parserclass)