diff --git a/js/slideshow.js b/js/slideshow.js
index a4fb784ca..e41d7c32f 100644
--- a/js/slideshow.js
+++ b/js/slideshow.js
@@ -342,7 +342,7 @@
if ($.isEmptyObject(message)) {
message = t('gallery',
'Error! Could not generate a preview of this file.
' +
- 'Please go to the next slide while we remove this image from the slideshow');
+ 'The image will be removed when you go to the next one');
}
this.container.find('.notification').html(message);
this.container.find('.notification').show();