Shorter labels and consistence

Like Delete instead of Delete selected comments on buttons, and Media Library instead of Fine Media as a title in the ML
This commit is contained in:
onli
2013-10-04 15:23:11 +02:00
parent 5ddfdf7dc3
commit d1d26af5ee
6 changed files with 8 additions and 10 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
<script src="{serendipity_getFile file='admin/js/jquery.magnific-popup.js'}"></script>
<div class="has_toolbar">
<h2>{$CONST.FIND_MEDIA}</h2>
<h2>{$CONST.MEDIA_LIBRARY}</h2>
<form id="media_library_control" method="get" action="?">
{$media.token}
@@ -174,7 +174,7 @@
{if $smarty.get.serendipity.adminModule == 'media'}
<div class="form_buttons">
<input class="invert_selection" name="toggle" type="button" value="{$CONST.INVERT_SELECTIONS}">
<input class="state_cancel" name="toggle" type="submit" value="{$CONST.DELETE_SELECTED_ENTRIES}">
<input class="state_cancel" name="toggle" type="submit" value="{$CONST.DELETE}">
</div>
</form>
{/if}