Fix Translation string

pull/203/head
Emílio José de Souza Fonseca 2016-03-22 15:19:09 -03:00
parent fee310908b
commit 72e0e0ad2e
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@
});
}
else {
Dialog.confirm(l('Warning'), l('Are you sure you want to delete the addressbook <em>%{0}</em>?',
Dialog.confirm(l('Warning'), l('Are you sure you want to delete the addressbook "%{0}"?',
vm.service.selectedFolder.name),
{ ok: l('Delete') })
.then(function() {

View File

@ -107,7 +107,7 @@
});
}
else {
Dialog.confirm(l('Warning'), l('Are you sure you want to delete the calendar <em>%{0}</em>?', folder.name),
Dialog.confirm(l('Warning'), l('Are you sure you want to delete the calendar "%{0}"?', folder.name),
{ ok: l('Delete') })
.then(function() {
folder.$delete()