Skip to content

Commit

Permalink
Adjust confirmation tooltip visibility and message
Browse files Browse the repository at this point in the history
  • Loading branch information
raimund-schluessler committed Sep 10, 2018
1 parent b17b9d7 commit e53d54a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/Confirmation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
</a>
<a v-tooltip="{
placement: 'left',
show: activated,
trigger: 'manual',
boundariesElement: 'body',
content: message
}"
Expand Down
2 changes: 1 addition & 1 deletion src/components/TheList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ export default {
return check
},
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) {
console.log('Delete calendar ' + calendar.uri)
Expand Down

0 comments on commit e53d54a

Please sign in to comment.