summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-08-25 22:58:05 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-08-25 22:58:05 +0100
commitafcbc8cfeac580484300ca486ca8f165d2f7f4d2 (patch)
tree5d198fe16ed145fc067ab4727e3d961d9570de23 /alot
parent60e6b0de6cadca9dbee017eb962a99f36c3f6900 (diff)
rename "tag translate" section to "tag-translate"
Diffstat (limited to 'alot')
-rw-r--r--alot/widgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/widgets.py b/alot/widgets.py
index c56d5af6..2b811146 100644
--- a/alot/widgets.py
+++ b/alot/widgets.py
@@ -138,7 +138,7 @@ class BufferlineWidget(urwid.Text):
class TagWidget(urwid.AttrMap):
def __init__(self, tag):
self.tag = tag
- self.translated = config.get('tag translate', tag, fallback=tag)
+ self.translated = config.get('tag-translate', tag, fallback=tag)
self.translated = self.translated.encode('utf-8')
self.txt = urwid.Text(self.translated, wrap='clip')
normal = config.get_tagattr(tag)