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

This commit is contained in:
Philip Ridout 2010-07-30 23:12:04 +01:00
parent 02912ed7ea
commit a36f922be6

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