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
+1 -1
View File
@@ -180,7 +180,7 @@
{/if}
<div id="multidelete_tools" 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>