openlp/openlp/core/ui/projector
Ken Roberts 907e1df129 - Update string format to Python3 style
- Added projector multiple lamp values test
- Updated strings for translation (they should all be ok now)
- Fix merge conflicts (projector_pjlink1 and projector_ui tests)

Convert string format from Python2
     '%s %s' % (value1, value2)
to Python3
     '{key1} {key2}'.format(key1=value1, key2=value2)

Jenkins down - local pep8 and tests (except windows tests) passed.

Previous Jenkins test:
--------------------------------
lp:~alisonken1/openlp/string...

bzr-revno: 2650
2016-04-23 14:48:27 +01:00
..
__init__.py Year older 2015-12-31 22:46:06 +00:00
editform.py Update projector UI strings to Python3 format 2016-04-17 02:15:23 -07:00
manager.py - Update string format to Python3 style 2016-04-23 14:48:27 +01:00
sourceselectform.py Update projector UI strings to Python3 format 2016-04-17 02:15:23 -07:00
tab.py Year older 2015-12-31 22:46:06 +00:00