Alon Bar-Lev has uploaded a new change for review. Change subject: core: misc: fix typo in confirm message ......................................................................
core: misc: fix typo in confirm message Change-Id: I415f7ef8aa017c5cb276f1f7eb03b037a5ca0156 Signed-off-by: Alon Bar-Lev <[email protected]> --- M src/plugins/ovirt-host-deploy/core/misc.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/77/9677/1 diff --git a/src/plugins/ovirt-host-deploy/core/misc.py b/src/plugins/ovirt-host-deploy/core/misc.py index ae9c383..f0d9313 100644 --- a/src/plugins/ovirt-host-deploy/core/misc.py +++ b/src/plugins/ovirt-host-deploy/core/misc.py @@ -68,8 +68,8 @@ name=odeploycons.Confirms.DEPLOY_PROCEED, description='Proceed with ovirt-host-deploy', note=_( - 'Continuing will configure this host for serving as hypervior. ' - 'Are you sure you want to continue? (yes/no) ' + 'Continuing will configure this host for serving ' + 'as hypervisor. Are you sure you want to continue? (yes/no) ' ), prompt=True, ): -- To view, visit http://gerrit.ovirt.org/9677 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I415f7ef8aa017c5cb276f1f7eb03b037a5ca0156 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
