← Back to team overview

openlp-core team mailing list archive

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