aboutsummaryrefslogtreecommitdiffstats
path: root/extra_plugins/task_mustache/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'extra_plugins/task_mustache/__init__.py')
-rw-r--r--extra_plugins/task_mustache/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/extra_plugins/task_mustache/__init__.py b/extra_plugins/task_mustache/__init__.py
index 98e52d1..0d0e87d 100644
--- a/extra_plugins/task_mustache/__init__.py
+++ b/extra_plugins/task_mustache/__init__.py
@@ -126,8 +126,7 @@ class Mustache(Task):
if langname == lang:
continue
translations.append({'name':
- kw["messages"][langname]["Read in"
- "English"],
+ kw["messages"][langname]["Read in English"],
'link': "javascript:load_data('%s');"
% post.permalink(langname).replace(
".html", ".json")})