[PATCH rhel7-branch 3/7] Backport gettext updates from master (atodorov).

Chris Lumens clumens at redhat.com
Wed Jun 3 13:55:40 UTC 2015


Related: rhbz#1196721
---
 tests/gettext/style_guide.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/gettext/style_guide.py b/tests/gettext/style_guide.py
index 7aeff08..9f7d273 100755
--- a/tests/gettext/style_guide.py
+++ b/tests/gettext/style_guide.py
@@ -31,7 +31,8 @@ bad_strings = {'(?i)bootloader': 'boot loader',
                'BTRFS':          'Btrfs',
                'btrfs':          'Btrfs',
                '[Cc]an not':     'cannot',
-               '(?i)mountpoint': 'mount point'}
+               '(?i)mountpoint': 'mount point',
+               'Ok':             'OK'}
 
 # Sometimes we need to use a bad string, or it's just too much of a pain to
 # write a more specific regex. List occurrences here.
-- 
2.2.2



More information about the anaconda-patches mailing list