From fee8a1c4a3d4e3f00222583314283ef02da591c6 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Mon, 23 Jun 2014 10:51:17 +0200 Subject: [PATCH] Fixed typo --- openlp/plugins/presentations/lib/powerpointcontroller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/presentations/lib/powerpointcontroller.py b/openlp/plugins/presentations/lib/powerpointcontroller.py index bc8dd9e34..184c858a1 100644 --- a/openlp/plugins/presentations/lib/powerpointcontroller.py +++ b/openlp/plugins/presentations/lib/powerpointcontroller.py @@ -400,7 +400,7 @@ class PowerpointDocument(PresentationDocument): critical_error_message_box(UiStrings().Error, translate('PresentationPlugin.PowerpointDocument', 'An error occurred in the Powerpoint integration ' 'and the presentation will be stopped. ' - 'Relstart the presentation if you wish to present it.')) + 'Restart the presentation if you wish to present it.')) def _get_text_from_shapes(shapes): """