Blob Blame History Raw
From c7e34692c6f38486716d3db6779f27762b1e9739 Mon Sep 17 00:00:00 2001
From: Jim Perrin <jperrin@centos.org>
Date: Fri, 20 Jun 2014 10:04:02 -0500
Subject: [PATCH] debrand warnings

---
 src/plugins/subscription-manager.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/subscription-manager.py b/src/plugins/subscription-manager.py
index 30d0555..f4000c3 100644
--- a/src/plugins/subscription-manager.py
+++ b/src/plugins/subscription-manager.py
@@ -39,10 +39,10 @@ The subscription for following product(s) has expired:
 You no longer have access to the repositories that provide these products.  It is important that you apply an active subscription in order to resume access to security and other critical updates. If you don't have other active subscriptions, you can renew the expired subscription.  """
 
 not_registered_warning = \
-"This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register."
+"This system is not registered with Subscription Management. You can use subscription-manager to register."
 
 no_subs_warning = \
-"This system is registered to Red Hat Subscription Management, but is not receiving updates. You can use subscription-manager to assign subscriptions."
+"This system is registered with Subscription Management, but is not receiving updates. You can use subscription-manager to assign subscriptions."
 
 
 def update(conduit, cache_only):
-- 
1.8.3.1