Ryan Barry has uploaded a new change for review. Change subject: Capitalize the header of the tuned page ......................................................................
Capitalize the header of the tuned page Fix casing on the title page to stay consistent. Change-Id: Ic194e89cb880725ac7d0916830a4570f4faae106 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1032497 Signed-off-by: Ryan Barry <[email protected]> --- M src/ovirt/node/setup/core/performance_page.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/51/22251/1 diff --git a/src/ovirt/node/setup/core/performance_page.py b/src/ovirt/node/setup/core/performance_page.py index 8cd3b38..9041e28 100644 --- a/src/ovirt/node/setup/core/performance_page.py +++ b/src/ovirt/node/setup/core/performance_page.py @@ -50,7 +50,7 @@ profiles = [(profile, profile) for profile in tuned.get_available_profiles()] - ws = [ui.Header("header", _("tuned Configuration")), + ws = [ui.Header("header", _("Tuned Configuration")), ui.Label("label", _("Choose the tuned profile you would ") + _("like to apply to this system.")), ui.Divider("divider[0]"), -- To view, visit http://gerrit.ovirt.org/22251 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic194e89cb880725ac7d0916830a4570f4faae106 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Ryan Barry <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
