diff options
-rw-r--r-- | ranger/gui/widgets/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/gui/widgets/__init__.py b/ranger/gui/widgets/__init__.py index c8f1262b..4dc1c9dd 100644 --- a/ranger/gui/widgets/__init__.py +++ b/ranger/gui/widgets/__init__.py @@ -22,7 +22,7 @@ class Widget(Displayable): 'ignored': ( '·', ['vcsignored']), 'sync': ( - '√', ['vcssync']), + '✓', ['vcssync']), 'none': ( ' ', []), 'unknown': ( |