Alon Bar-Lev has uploaded a new change for review. Change subject: core: modify stages' description Installation->Environment ......................................................................
core: modify stages' description Installation->Environment Change-Id: I79d0a98f15570b61ad6663e4cabe59325620ba67 Signed-off-by: Alon Bar-Lev <[email protected]> --- M src/otopi/plugin.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/78/17078/1 diff --git a/src/otopi/plugin.py b/src/otopi/plugin.py index 24d2285..779eab9 100644 --- a/src/otopi/plugin.py +++ b/src/otopi/plugin.py @@ -99,7 +99,7 @@ # No rollback for these packages. # 'id': 'internal_packages', - 'description': _("Installation packages setup"), + 'description': _("Environment packages setup"), 'if-success': True, }, STAGE_PROGRAMS: { @@ -115,7 +115,7 @@ # Late setup actions. # 'id': 'late_setup', - 'description': _("Installation setup"), + 'description': _("Environment setup"), 'if-success': True, }, STAGE_CUSTOMIZATION: { -- To view, visit http://gerrit.ovirt.org/17078 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I79d0a98f15570b61ad6663e4cabe59325620ba67 Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
