Blob Blame History Raw
From 2f97f43a4194263e47d4747e39c22b8287a659b3 Mon Sep 17 00:00:00 2001
From: Radek Vykydal <rvykydal@redhat.com>
Date: Wed, 21 Aug 2019 15:49:21 +0200
Subject: [PATCH] Do not use capitals for spoke title.

Resolves: rhbz#1744185

To be consistent with other spokes.
---
 org_fedora_oscap/gui/spokes/oscap.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org_fedora_oscap/gui/spokes/oscap.py b/org_fedora_oscap/gui/spokes/oscap.py
index 96802cf..0c90fb7 100644
--- a/org_fedora_oscap/gui/spokes/oscap.py
+++ b/org_fedora_oscap/gui/spokes/oscap.py
@@ -195,7 +195,7 @@ class OSCAPSpoke(NormalSpoke):
     icon = "changes-prevent-symbolic"
 
     # title of the spoke (will be displayed on the hub)
-    title = N_("_SECURITY POLICY")
+    title = N_("_Security Policy")
 
     # methods defined by API and helper methods #
     def __init__(self, data, storage, payload, instclass):