A very minor presentation fix. About text for remotes was not going on to next line after heading.

bzr-revno: 981
This commit is contained in:
Philip Ridout 2010-07-31 12:57:12 +02:00 committed by Raoul Snyman
commit f6e91b4198

View File

@ -72,7 +72,7 @@ class RemotesPlugin(Plugin):
Information about this plugin Information about this plugin
""" """
about_text = translate('RemotePlugin', '<strong>Remote Plugin</strong>' about_text = translate('RemotePlugin', '<strong>Remote Plugin</strong>'
'<br/ >The remote plugin provides the ability to send messages to ' '<br />The remote plugin provides the ability to send messages to '
'a running version of OpenLP on a different computer via a web ' 'a running version of OpenLP on a different computer via a web '
'browser or through the remote API.') 'browser or through the remote API.')
return about_text return about_text