From a65640bcd2a3027d9cf04c32b07a350294b60810 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 10 2020 00:23:03 +0000 Subject: Apply patch oaa-1.2_spoke-window_PR122.patch patch_name: oaa-1.2_spoke-window_PR122.patch present_in_specfile: true --- 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):