--- a/Snapshot/SnapshotFreehandGrabber.py Fri Jan 10 19:30:21 2014 +0100 +++ b/Snapshot/SnapshotFreehandGrabber.py Sat Jan 11 11:55:33 2014 +0100 @@ -63,7 +63,7 @@ self.__selectionBeforeDrag = QPolygon() self.__helpTextRect = QRect() - self.__helpText = self.trUtf8( + self.__helpText = self.tr( "Select a region using the mouse. To take the snapshot," " press the Enter key or double click. Press Esc to quit.")