Removed <br>

pull/329/head
Tobias Reich 9 years ago
parent 1bbe3bd3dc
commit 4299ab5b89

2
dist/main.js vendored

File diff suppressed because one or more lines are too long

@ -252,14 +252,14 @@ photo.delete = function(photoIDs) {
action.title = 'Delete Photo';
cancel.title = 'Keep Photo';
msg = "<p>Are you sure you want to delete the photo '" + photoTitle + "'?<br>This action can't be undone!</p>";
msg = "<p>Are you sure you want to delete the photo '" + photoTitle + "'? This action can't be undone!</p>";
} else {
action.title = 'Delete Photo';
cancel.title = 'Keep Photo';
msg = "<p>Are you sure you want to delete all " + photoIDs.length + " selected photo?<br>This action can't be undone!</p>";
msg = "<p>Are you sure you want to delete all " + photoIDs.length + " selected photo? This action can't be undone!</p>";
}

Loading…
Cancel
Save