← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~phill-ridout/openlp/fixes into lp:openlp

 

phill has proposed merging lp:~phill-ridout/openlp/fixes into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)
Related bugs:
  #609442 Display desktop turns off when an item is changed in the live controller
  https://bugs.launchpad.net/bugs/609442

-- 
https://code.launchpad.net/~phill-ridout/openlp/fixes/+merge/31435
Your team OpenLP Core is requested to review the proposed merge of lp:~phill-ridout/openlp/fixes into lp:openlp.
=== modified file 'openlp/plugins/remotes/remoteplugin.py'
--- openlp/plugins/remotes/remoteplugin.py	2010-07-27 09:32:52 +0000
+++ openlp/plugins/remotes/remoteplugin.py	2010-07-30 22:16:49 +0000
@@ -72,7 +72,7 @@
         Information about this plugin
         """
         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 '
             'browser or through the remote API.')
         return about_text


Follow ups