~alisonken1/openlp/strings-core-ui

Viewing all changes in revision 2658.

  • Committer: Raoul Snyman
  • Author(s): alisonken1 at gmail
  • Date: 2016-05-12 20:34:57 UTC
  • mfrom: (2647.1.11 strings_init)
  • Revision ID: raoul@snyman.info-20160512203457-a6hb6loeand4tqy8
"Convert __init__.py file strings from python2 to python3 format

Python2 "%s text" % value1
Python2 "%s text %s" % (value1, value2)
Python3 "{var1} text {var2:02d}".format(var1=text, var2=number)

- String conversions in init files
- Added test for projector power state change
- Remove extraneous print() call in mediainfo plugin
- Fix translate() string formatting
- Revert string format for re.compile() until further testing is done
- Skip crosswalk.com test until their server is fixed

-----..."

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: