[node-patches] Change in ovirt-node[master]: fix the miss parameter1 for label in install welcome page

boh.ricky at gmail.com boh.ricky at gmail.com
Fri Aug 2 05:19:31 UTC 2013


hai bo has uploaded a new change for review.

Change subject: fix the miss parameter1 for label in install welcome page
......................................................................

fix the miss parameter1 for label in install welcome page

Change-Id: Ieb1f9c795ae45a12f1d7e852edac68e04cbd4488
Signed-off-by: boh.ricky <boh.ricky at gmail.com>
---
M src/ovirt/node/installer/core/welcome_page.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/95/17595/1

diff --git a/src/ovirt/node/installer/core/welcome_page.py b/src/ovirt/node/installer/core/welcome_page.py
index 4e69260..d588f35 100644
--- a/src/ovirt/node/installer/core/welcome_page.py
+++ b/src/ovirt/node/installer/core/welcome_page.py
@@ -110,7 +110,7 @@
             except:
                 self.logger.error("Unable to get version numbers for " +
                                   "upgrade, invalid installation or media")
-                return [ui.Label("Invalid installation, please reboot from " +
+                return [ui.Label("lbl.failinstall", "Invalid installation, please reboot from " +
                                  "media and choose Reinstall")]
 
         return [ui.Button("button.install", "Install Hypervisor %s" % media)]


-- 
To view, visit http://gerrit.ovirt.org/17595
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieb1f9c795ae45a12f1d7e852edac68e04cbd4488
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: hai bo <boh.ricky at gmail.com>



More information about the node-patches mailing list