diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-10-27 10:52:18 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-10-27 10:52:18 -0500 |
commit | ecc56c0afbaae29b1167ff943974d32094faf70e (patch) | |
tree | f512326877e3b6dff3e3bedcba9b706d2e281c9e | |
parent | c57b42a130a5e8f94054770dfc87337a42ef3c19 (diff) | |
download | mediagoblin-ecc56c0afbaae29b1167ff943974d32094faf70e.tar.lz mediagoblin-ecc56c0afbaae29b1167ff943974d32094faf70e.tar.xz mediagoblin-ecc56c0afbaae29b1167ff943974d32094faf70e.zip |
Renamed "Temporary button holder" to "actions"
-rw-r--r-- | mediagoblin/templates/mediagoblin/user_pages/media.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html index 2c1b7c82..b8d0b9ff 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/media.html +++ b/mediagoblin/templates/mediagoblin/user_pages/media.html @@ -123,7 +123,7 @@ {% if media['uploader'] == request.user['_id'] or request.user['is_admin'] %} - <h3>Temporary button holder</h3> + <h3>{% trans %}Actions{% endtrans %}</h3> <p> {% set edit_url = request.urlgen('mediagoblin.edit.edit_media', user= media.uploader().username, |