[node-patches] Change in ovirt-node[node-3.0]: Change "Next" to "Continue" on storage_vol_page

fabiand at fedoraproject.org fabiand at fedoraproject.org
Wed Feb 19 14:15:43 UTC 2014


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 <rbarry at redhat.com>
---
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 <fabiand at fedoraproject.org>
Gerrit-Reviewer: Ryan Barry <rbarry at redhat.com>



More information about the node-patches mailing list