diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2019-03-20 12:16:03 +0000 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2019-03-20 12:16:03 +0000 |
commit | 86ee25491cbfc88a0d63cc9e26621fe86f8a4196 (patch) | |
tree | 23938113f59f36419f0da489315a1cc256ae1116 /poezio/theming.py | |
parent | 5eb3e36b615f5e8a41e62fe78f63b14c010af476 (diff) | |
download | poezio-86ee25491cbfc88a0d63cc9e26621fe86f8a4196.tar.gz poezio-86ee25491cbfc88a0d63cc9e26621fe86f8a4196.tar.bz2 poezio-86ee25491cbfc88a0d63cc9e26621fe86f8a4196.tar.xz poezio-86ee25491cbfc88a0d63cc9e26621fe86f8a4196.zip |
's/an user/a user/g'
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'poezio/theming.py')
-rwxr-xr-x | poezio/theming.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/theming.py b/poezio/theming.py index db1ccb39..bbf2fb64 100755 --- a/poezio/theming.py +++ b/poezio/theming.py @@ -198,7 +198,7 @@ class Theme: COLOR_REVISIONS_MESSAGE = (3, -1, 'b') # Color for various important text. For example the "?" before JIDs in - # the roster that require an user action. + # the roster that require a user action. COLOR_IMPORTANT_TEXT = (3, 5, 'b') # Separators |