From b1b29e9abfa8148c2eb5861a119fdd5b8a7fd5d9 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Sat, 25 Jun 2011 08:20:02 +0200 Subject: [PATCH] comment fix --- openlp/core/lib/imagemanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/lib/imagemanager.py b/openlp/core/lib/imagemanager.py index d445545a7..3eace2a6a 100644 --- a/openlp/core/lib/imagemanager.py +++ b/openlp/core/lib/imagemanager.py @@ -69,7 +69,7 @@ class Priority(object): Only the image's byte stream has to be generated. Because the image's ``QImage`` has been requested previously it is reasonable to assume that the byte stream will be needed before the byte stream of other images - which ``QImage`` were not generated due to a request. + whose ``QImage`` were not generated due to a request. ``Normal`` The image's byte stream as well as the image has to be generated.