Alon Bar-Lev has uploaded a new change for review. Change subject: core: misc: add space after dot for confirmation ......................................................................
core: misc: add space after dot for confirmation Change-Id: I62e20cc4702eaef424d0856aebdd0ebda70cc6ea Signed-off-by: Alon Bar-Lev <[email protected]> --- M src/plugins/ovirt-host-deploy/core/misc.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/76/9676/1 diff --git a/src/plugins/ovirt-host-deploy/core/misc.py b/src/plugins/ovirt-host-deploy/core/misc.py index 196b6e1..ae9c383 100644 --- a/src/plugins/ovirt-host-deploy/core/misc.py +++ b/src/plugins/ovirt-host-deploy/core/misc.py @@ -68,7 +68,7 @@ name=odeploycons.Confirms.DEPLOY_PROCEED, description='Proceed with ovirt-host-deploy', note=_( - 'Continuing will configure this host for serving as hypervior.' + 'Continuing will configure this host for serving as hypervior. ' 'Are you sure you want to continue? (yes/no) ' ), prompt=True, -- To view, visit http://gerrit.ovirt.org/9676 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I62e20cc4702eaef424d0856aebdd0ebda70cc6ea 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
