changed titles of videos and photos section
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Wed, 8 Mar 2017 18:03:55 +0000 (13:03 -0500)
committerAndrew Engelbrecht <sudoman@ninthfloor.org>
Wed, 8 Mar 2017 18:03:55 +0000 (13:03 -0500)
... to include the word "All"

mediagoblin_libreplanet/templates/libreplanet/root.html

index 82ced8a9a11e8966619c91d2abf8dcd619bffe2a..c30a41d4568e44c55706a9f184e344987fe62f09 100644 (file)
   </p>
   -->
 
-  <h2>{% trans %}Videos{% endtrans %}</h2>
+  <h2>{% trans %}All Videos{% endtrans %}</h2>
   {{ media_grid(request, videos) }}
   <div class="clear"></div>
   <p>
     <a href="/videos">View all videos</a>
   </p>
 
-  <h2>{% trans %}Photos{% endtrans %}</h2>
+  <h2>{% trans %}All Photos{% endtrans %}</h2>
   {{ media_grid(request, images) }}
   <div class="clear"></div>
   <p>