diff --git a/openlp/core/lib/imagemanager.py b/openlp/core/lib/imagemanager.py index 8ad388674..c6891db33 100644 --- a/openlp/core/lib/imagemanager.py +++ b/openlp/core/lib/imagemanager.py @@ -229,7 +229,7 @@ class ImageManager(QtCore.QObject): def _resetImage(self, image): """ - Mark the given :class:`Image` instance as dirt by setting its ``image`` + Mark the given :class:`Image` instance as dirty by setting its ``image`` and ``image_bytes`` attributes to None. """ image.image = None