Hello Ryan Barry,

I'd like you to do a code review.  Please visit

    http://gerrit.ovirt.org/24767

to review the following change.

Change subject: Change "Next" to "Continue" on storage_vol_page
......................................................................

Change "Next" to "Continue" on storage_vol_page

For consistency, the button to the next page should have the same
label on all pages.

Change-Id: I0c07642ee14d3698852ad6cf2f1c0ed63e73e34e
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1053418
Signed-off-by: Ryan Barry <[email protected]>
---
M src/ovirt/node/installer/core/storage_vol_page.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/67/24767/1

diff --git a/src/ovirt/node/installer/core/storage_vol_page.py 
b/src/ovirt/node/installer/core/storage_vol_page.py
index 0efbb99..bb8f724 100644
--- a/src/ovirt/node/installer/core/storage_vol_page.py
+++ b/src/ovirt/node/installer/core/storage_vol_page.py
@@ -92,7 +92,7 @@
         page = ui.Page("storage", ws)
         page.buttons = [ui.QuitButton("button.quit", "Quit"),
                         ui.Button("button.back", "Back"),
-                        ui.SaveButton("button.next", "Next")]
+                        ui.SaveButton("button.next", "Continue")]
         return page
 
     def on_change(self, changes):


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0c07642ee14d3698852ad6cf2f1c0ed63e73e34e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: node-3.0
Gerrit-Owner: Fabian Deutsch <[email protected]>
Gerrit-Reviewer: Ryan Barry <[email protected]>
_______________________________________________
node-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/node-patches

Reply via email to