Cosmetic tweaks

This commit is contained in:
Duncan Sommerville 2015-11-03 16:40:09 -05:00
parent 22f8b0f328
commit a1d9902b2a
3 changed files with 5 additions and 3 deletions

View file

@ -205,7 +205,7 @@ var AIRTIME = (function (AIRTIME) {
var $scope = this.$scope,
buttons = {
editBtn: {
title : $.i18n._('Edit'),
title : $.i18n._('Edit Metadata'),
iconClass : 'icon-pencil',
extraBtnClass : '',
elementId : '',
@ -216,7 +216,7 @@ var AIRTIME = (function (AIRTIME) {
}
},
deleteBtn: {
title : $.i18n._('Delete'),
title : $.i18n._('Unpublish'),
iconClass : 'icon-trash',
extraBtnClass : 'btn-danger',
elementId : '',