[PATCH 1/5] Ok -> OK on the proxy dialog.

Chris Lumens clumens at redhat.com
Thu Sep 18 19:28:57 UTC 2014


> Can we add to that to the style guide check?

Can we!

Sure, I'll add this to the Ok -> OK patch:

diff --git a/tests/gettext/style_guide.py b/tests/gettext/style_guide.py
index 9f303c4..4b6a9c1 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.

- Chris


More information about the anaconda-patches mailing list