Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: setup: fix typos ......................................................................
packaging: setup: fix typos Change-Id: I0d1e473c5d6eeb252d504d6395a4c6d6c8c4d509 Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/setup/plugins/ovirt-engine-setup/distro-rpm/packages.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/90/16790/1 diff --git a/packaging/setup/plugins/ovirt-engine-setup/distro-rpm/packages.py b/packaging/setup/plugins/ovirt-engine-setup/distro-rpm/packages.py index d2e64f1..65f97ef 100644 --- a/packaging/setup/plugins/ovirt-engine-setup/distro-rpm/packages.py +++ b/packaging/setup/plugins/ovirt-engine-setup/distro-rpm/packages.py @@ -271,7 +271,7 @@ dialog=self.dialog, name='OVESETUP_RPMDISTRO_PACKAGE_UPGRADE', note=_( - 'Setup has found packages to be upgrade, ' + 'Setup has found packages to be upgraded, ' 'do you wish to upgrade them now? ' '(@VALUES@) [@DEFAULT@]: ' ), @@ -288,7 +288,7 @@ ): self.logger.error( _( - 'An upgrade for the etup package was found. ' + 'An upgrade for the setup package was found. ' 'Please upgrade that package and the execute ' 'setup again. Package name is {package}.' ).format( -- To view, visit http://gerrit.ovirt.org/16790 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0d1e473c5d6eeb252d504d6395a4c6d6c8c4d509 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
