Signed-off-by: Joey Boggs <jboggs at redhat.com> --- scripts/ovirt-config-setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/ovirt-config-setup.py b/scripts/ovirt-config-setup.py index 49e53cc..d55ea36 100755 --- a/scripts/ovirt-config-setup.py +++ b/scripts/ovirt-config-setup.py @@ -995,7 +995,7 @@ class NodeConfigScreen(): grid] def kdump_configuration_page(self, screen): elements = Grid(2, 12) - elements.setField(Label("Kernel Configuration"), 0, 0, anchorLeft = 1) + elements.setField(Label("Kernel Dump"), 0, 0, anchorLeft = 1) if not network_up(): elements.setField(Label(" * Network Down, Configuration Disabled * "), 0, 1, anchorLeft = 1) else: -- 1.7.5.4