diff options
Diffstat (limited to 'src/theming.py')
-rw-r--r-- | src/theming.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theming.py b/src/theming.py index 16280bc7..0e271018 100644 --- a/src/theming.py +++ b/src/theming.py @@ -260,7 +260,7 @@ class Theme(object): CHAR_KICK = '-!-' CHAR_NEW_TEXT_SEPARATOR = '- ' CHAR_COLUMN_ASC = ' ▲' - CHAR_COLUMN_DESC =' ▼' + CHAR_COLUMN_DESC = ' ▼' CHAR_ROSTER_ERROR = '✖' CHAR_ROSTER_TUNE = '♪' CHAR_ROSTER_ASKED = '?' |