Review: Approve
Rather than leaving just the little "n" on the next line...
return QtCore.QCoreApplication.translate(context, text, comment, encoding,
n)
...just put all the parameters on the next line:
return QtCore.QCoreApplication.translate(
context, text, comment, encoding, n)
It looks a little nicer. Not a train smash though.
--
https://code.launchpad.net/~meths/openlp/trivialfixes/+merge/45615
Your team OpenLP Core is subscribed to branch lp:openlp.
_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openlp-core
More help : https://help.launchpad.net/ListHelp