Question mark

This commit is contained in:
Tim Bentley 2011-03-27 17:30:40 +01:00
parent 7cf329422b
commit fc3f35f0f9
2 changed files with 2 additions and 1 deletions

View File

@ -242,6 +242,7 @@ class RenderManager(object):
Add line endings after each line of text used for bibles.
"""
log.debug(u'format slide')
print words
return self.renderer.format_slide(words, line_break, self.force_page)
def calculate_default(self, screen):

View File

@ -77,7 +77,7 @@ class UiStrings(object):
OLPV1 = translate('OpenLP.Ui', 'openlp.org 1.x')
OLPV2 = translate('OpenLP.Ui', 'OpenLP 2.0')
OpenLPStart = translate('OpenLP.Ui', 'OpenLP is already running. Do you '
'wish to continue.')
'wish to continue?')
OpenService = translate('OpenLP.Ui', 'Open Service')
Preview = translate('OpenLP.Ui', 'Preview')
PreviewPanel = translate('OpenLP.Ui', 'Preview Panel')