diff --git a/openlp/core/ui/screen.py b/openlp/core/ui/screen.py index 9efae427f..9f8191961 100644 --- a/openlp/core/ui/screen.py +++ b/openlp/core/ui/screen.py @@ -121,7 +121,7 @@ class ScreenList(object): Returns a list with the screens. This should only be used to display available screens to the user:: - [u'Screen 1 (primary)', Screen 2'] + [u'Screen 1 (primary)', u'Screen 2'] """ screen_list= [] for screen in self.screen_list: