diff --git a/dist/main.js b/dist/main.js index 2c2af91..c663dd0 100644 Binary files a/dist/main.js and b/dist/main.js differ diff --git a/src/scripts/photo.js b/src/scripts/photo.js index 9a24581..842af0a 100644 --- a/src/scripts/photo.js +++ b/src/scripts/photo.js @@ -252,14 +252,14 @@ photo.delete = function(photoIDs) { action.title = 'Delete Photo'; cancel.title = 'Keep Photo'; - msg = "

Are you sure you want to delete the photo '" + photoTitle + "'?
This action can't be undone!

"; + msg = "

Are you sure you want to delete the photo '" + photoTitle + "'? This action can't be undone!

"; } else { action.title = 'Delete Photo'; cancel.title = 'Keep Photo'; - msg = "

Are you sure you want to delete all " + photoIDs.length + " selected photo?
This action can't be undone!

"; + msg = "

Are you sure you want to delete all " + photoIDs.length + " selected photo? This action can't be undone!

"; }