From a36f922be62b25d5d17b65e0ec38a13bab95d02e Mon Sep 17 00:00:00 2001 From: Philip Ridout Date: Fri, 30 Jul 2010 23:12:04 +0100 Subject: [PATCH] A very minor presentation fix. About text for remotes was not going on to next line after heading. --- openlp/plugins/remotes/remoteplugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/remotes/remoteplugin.py b/openlp/plugins/remotes/remoteplugin.py index fbd1c680e..59ad9a99c 100644 --- a/openlp/plugins/remotes/remoteplugin.py +++ b/openlp/plugins/remotes/remoteplugin.py @@ -72,7 +72,7 @@ class RemotesPlugin(Plugin): Information about this plugin """ about_text = translate('RemotePlugin', 'Remote Plugin' - '
The remote plugin provides the ability to send messages to ' + '
The remote plugin provides the ability to send messages to ' 'a running version of OpenLP on a different computer via a web ' 'browser or through the remote API.') return about_text