diff options
author | Laura Arjona Reina <larjona99@gmail.com> | 2014-07-25 23:30:23 +0200 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-07-29 11:00:37 -0500 |
commit | b75208533997373c3c7d88c2a375cedf19a11fbf (patch) | |
tree | 49bfa7305ba63cca14759514771f779a86624a67 | |
parent | b6789657272f8126663ceaf59141ed288cc9c139 (diff) | |
download | mediagoblin-b75208533997373c3c7d88c2a375cedf19a11fbf.tar.lz mediagoblin-b75208533997373c3c7d88c2a375cedf19a11fbf.tar.xz mediagoblin-b75208533997373c3c7d88c2a375cedf19a11fbf.zip |
Make translatable 'Feature' button in the explanation about how to feature media.
-rw-r--r-- | mediagoblin/plugins/archivalook/templates/archivalook/root.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/plugins/archivalook/templates/archivalook/root.html b/mediagoblin/plugins/archivalook/templates/archivalook/root.html index 72fe8656..78876f83 100644 --- a/mediagoblin/plugins/archivalook/templates/archivalook/root.html +++ b/mediagoblin/plugins/archivalook/templates/archivalook/root.html @@ -61,7 +61,7 @@ <h2>{% trans %}Nothing is currently featured.{% endtrans %}</h2> {% trans %}If you would like to feature a piece of media, go to that media entry's homepage and click the button - that says{% endtrans %} <a class="button_action">Feature</a>. + that says{% endtrans %} <a class="button_action">{% trans %}Feature{% endtrans %}</a>. {% trans %}You're seeing this page because you are a user capable of featuring media, a regular user would see a blank page, so be sure to have media featured as long as your instance has the 'archivalook' |