Adjust confirmation tooltip visibility and message

This commit is contained in:
Raimund Schlüßler 2018-09-10 20:53:15 +02:00
parent 167161942e
commit b34b064bb9
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178
2 changed files with 3 additions and 1 deletions

View file

@ -30,6 +30,8 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
</a> </a>
<a v-tooltip="{ <a v-tooltip="{
placement: 'left', placement: 'left',
show: activated,
trigger: 'manual',
boundariesElement: 'body', boundariesElement: 'body',
content: message content: message
}" }"

View file

@ -324,7 +324,7 @@ export default {
return check return check
}, },
deleteMessage: function(name) { deleteMessage: function(name) {
return t('tasks', 'This will delete the Calendar "%s" and all of its entries.').replace('%s', name) return t('tasks', 'This will delete the calendar "%s" and all corresponding events and tasks.').replace('%s', name)
}, },
deleteCalendar: function(calendar) { deleteCalendar: function(calendar) {
console.log('Delete calendar ' + calendar.uri) console.log('Delete calendar ' + calendar.uri)