openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #05432
Re: [Merge] lp:~meths/openlp/trivialfixes into lp:openlp
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.
References