diff --git a/org_fedora_oscap/gui/spokes/oscap.glade b/org_fedora_oscap/gui/spokes/oscap.glade index 1adcfcf..1fd2664 100644 --- a/org_fedora_oscap/gui/spokes/oscap.glade +++ b/org_fedora_oscap/gui/spokes/oscap.glade @@ -37,7 +37,7 @@ False True True - Security Policy + SECURITY POLICY diff --git a/org_fedora_oscap/gui/spokes/oscap.py b/org_fedora_oscap/gui/spokes/oscap.py index f21f7d3..b9fcd31 100644 --- a/org_fedora_oscap/gui/spokes/oscap.py +++ b/org_fedora_oscap/gui/spokes/oscap.py @@ -196,6 +196,9 @@ class OSCAPSpoke(NormalSpoke): # title of the spoke (will be displayed on the hub) title = N_("_Security Policy") + # The string "SECURITY POLICY" in oscap.glade is meant to be uppercase, + # as it is displayed inside the spoke as the spoke label, + # and spoke labels are all uppercase by a convention. # methods defined by API and helper methods # def __init__(self, data, storage, payload):