diff options
| author | 2013-02-27 09:13:31 -0300 | |
|---|---|---|
| committer | 2013-02-27 09:13:31 -0300 | |
| commit | cb2680529d9447d94546c8c0960f0c4e299af18c (patch) | |
| tree | 335ce0e66c214a120aa51ac78e25afe6585c1a13 /extra_plugins/task_mustache/__init__.py | |
| parent | 6e0996d54cad4586645fdc59164708e4b4b9dcec (diff) | |
| parent | 878ba1152ebc64a4a2609d23c9e400a6111db642 (diff) | |
Merge tag 'upstream/5.3'
Upstream version 5.3
Diffstat (limited to 'extra_plugins/task_mustache/__init__.py')
| -rw-r--r-- | extra_plugins/task_mustache/__init__.py | 3 |
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")}) |
