[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-25 Thread noreply
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Status: Approved => Merged -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28484 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mail

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-25 Thread Raoul Snyman
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Status: Needs review => Approved -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28484 Your team OpenLP Core is subscribed to branch lp:openlp. __

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-25 Thread Raoul Snyman
Review: Approve approve Don't forget aboutdialog.py -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28484 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-25 Thread Jon Tibble
Review: Approve -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28484 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-core@lists.launchpad.net Unsubscrib

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-25 Thread Frode Woldsund
Frode Woldsund has proposed merging lp:~frodus86/openlp/translate into lp:openlp. Requested reviews: Raoul Snyman (raoul-snyman): approve Jonathan Corwin (j-corwin) Fixed the two last translate() functions in the trunk. Now all translate() functions should be correct. -- https://code.laun

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-25 Thread Frode Woldsund
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Status: Needs review => Superseded -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28299 Your team OpenLP Core is subscribed to branch lp:openlp.

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-24 Thread rimach
I'm not shure what you talking about? Some weeks before I tested it. translate('AboutForm', 'Copyright \xa9 2004-2010 Raoul Snyman\n') should work fine at all. Did I missed something in the meantime? May you have to (re)generate the qm files before restarting. I tested it here at WinXP a few minu

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread Martin Thompson
Would it be worth defining copyright_symbol=u'\u00a9'.encode('utf8') in openlp.py (or in some utility file) Then we can do 'Copyright' + openlp.copyright_symbol + ... etc. Makes the code a bit more legible? Cheers, Martin -- martinthomp...@openlp.org The day Microsoft makes something that

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread Jonathan Corwin
Review: Needs Fixing Didn't work for me. My license tab on the About window shows: Copyright © 2004-2010 Raoul Snyman Portions copyright ©2004-2010... -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28299 Your team OpenLP Core is subscribed to branch lp:openlp.

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread Raoul Snyman
Review: Approve approve Good stuff. -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28299 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-core@lists.launc

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread Frode Woldsund
Frode Woldsund has proposed merging lp:~frodus86/openlp/translate into lp:openlp. Requested reviews: Raoul Snyman (raoul-snyman): approve Jonathan Corwin (j-corwin) Fixed the two last translate() functions in the trunk. Now all translate() functions should be correct. -- https://code.laun

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread Frode Woldsund
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Status: Approved => Superseded -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28273 Your team OpenLP Core is subscribed to branch lp:openlp. ___

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread Raoul Snyman
A hack instead of a solution? No thanks. -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28273 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-core@lists.

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread Jonathan Corwin
Of course we could just use '(c)' and translate it to © :) -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28273 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://launchpad.net/~openlp-core Post to :

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread Raoul Snyman
Ah, found it... u'\u00a9'.encode('utf8') Frode, can you just fix this please? Fix it in the two places in openlp/core/ui/aboutdialog.py as well, please. See http://bazaar.launchpad.net/~openlp-core/openlp/trunk/annotate/694/openlp/core/ui/aboutdialog.py#L157 -- https://code.launchpad.net/~fr

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread Jonathan Corwin
After my print test, I then tried the following, which seemed OK: >>> from PyQt4 import QtGui >>> print unicode(QtGui.QApplication.translate('abc', '\xa9')) © >>> print unicode(QtGui.QApplication.translate('abc', u'\xa9')) © -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28273 Yo

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread Raoul Snyman
This is what I get: >>> print '\xa9' � >>> print u'\xa9' © I'm not too sure what we should do. I remember that back in the day we had a solution to this, but I can't remember what it was. I'll have to go digging through the revisions. -- https://code.launchpad.net/~frodus86/openlp/translate/+m

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread Jonathan Corwin
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Status: Needs review => Approved -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28273 Your team OpenLP Core is subscribed to branch lp:openlp. __

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread Jonathan Corwin
Review: Approve Done a few more tests, and am happy it is OK via translate() -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28273 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://launchpad.net/~openlp-c

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread rimach
> ... Should have added that I'm not able to test it within the context of > OpenLP and translate() though, so if someone confirms this is OK in the app, > post a comment and I'll switch my Needs Fixing to an Approve. I have problems with Song import in general, but at editsongdialog.py (line 484

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread Jonathan Corwin
... Should have added that I'm not able to test it within the context of OpenLP and translate() though, so if someone confirms this is OK in the app, post a comment and I'll switch my Needs Fixing to an Approve. -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28273 Your team Open

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread Jonathan Corwin
Review: Needs Fixing I get an (R) rather than a (C) at my Windows python prompt if the u is removed. >>> print '\xa9' ® >>> print u'\xa9' © -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28273 Your team OpenLP Core is subscribed to branch lp:openlp.

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread Raoul Snyman
Review: Approve approve Awesome. -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28273 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-core@lists.launchpa

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread Frode Woldsund
Frode Woldsund has proposed merging lp:~frodus86/openlp/translate into lp:openlp. Requested reviews: Raoul Snyman (raoul-snyman): needs fixing Fixed the two last translate() functions in the trunk. Now all translate() functions should be correct. -- https://code.launchpad.net/~frodus86/open

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread Frode Woldsund
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Status: Rejected => Superseded -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28272 Your team OpenLP Core is subscribed to branch lp:openlp. ___

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread Raoul Snyman
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Status: Needs review => Rejected -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28272 Your team OpenLP Core is subscribed to branch lp:openlp. __

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread Raoul Snyman
Review: Needs Fixing needs fixing Lines 19 and 22 of the diff still contain u's in front of the strings. These need to be removed. -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28272 Your team OpenLP Core is subscribed to branch lp:openlp. __

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-23 Thread Frode Woldsund
Frode Woldsund has proposed merging lp:~frodus86/openlp/translate into lp:openlp. Requested reviews: OpenLP Core (openlp-core) Fixed the two last translate() functions in the trunk. Now all translate() functions should be correct. -- https://code.launchpad.net/~frodus86/openlp/translate/+me

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-22 Thread Frode Woldsund
Frode Woldsund has proposed merging lp:~frodus86/openlp/translate into lp:openlp. Requested reviews: OpenLP Core (openlp-core) Fixed two translate() functions in songplugin -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28267 Your team OpenLP Core is requested to review the

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-22 Thread Raoul Snyman
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Status: Needs review => Rejected -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28250 Your team OpenLP Core is subscribed to branch lp:openlp. __

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-22 Thread Jon Tibble
Review: Needs Fixing Remove the u from the strings. Please don't resubmit already approved and merged proposals. Makes keeping track of what you're actually proposing harder. -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28250 Your team OpenLP Core is subscribed to branch lp:o

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-22 Thread Frode Woldsund
Frode Woldsund has proposed merging lp:~frodus86/openlp/translate into lp:openlp. Requested reviews: Raoul Snyman (raoul-snyman): approve Tim Bentley (trb143) Jon Tibble (meths) Replaced the last trUtf8() -> translate() Removed the unicode strings from the translate() functions, And fixe

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-22 Thread Frode Woldsund
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Status: Merged => Superseded -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28124 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Ma

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-22 Thread noreply
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Status: Needs review => Merged -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28124 Your team OpenLP Core is subscribed to branch lp:openlp. ___

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-22 Thread Raoul Snyman
Review: Approve approve Good catch. -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28124 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-core@lists.launc

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-22 Thread Tim Bentley
Review: Approve Approved -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/28124 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-core@lists.launchpad.net Un

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-21 Thread Frode Woldsund
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Description changed to: Replaced the last trUtf8() -> translate() Removed the unicode strings from the translate() functions, And fixed issues regarding the [STRING CLEANUP] task on the mailinglist -- https:/

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-21 Thread Frode Woldsund
Frode Woldsund has proposed merging lp:~frodus86/openlp/translate into lp:openlp. Requested reviews: Raoul Snyman (raoul-snyman): approve Jon Tibble (meths) Tim Bentley (trb143) Replaced the last trUtf8() -> translate() Fixed the syntax on translate() functions that contained (u'%s') and

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-21 Thread Frode Woldsund
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Status: Merged => Superseded -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/27825 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Ma

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-17 Thread noreply
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Status: Needs review => Merged -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/27825 Your team OpenLP Core is subscribed to branch lp:openlp. ___

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-17 Thread Tim Bentley
Review: Approve Approved -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/27825 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-core@lists.launchpad.net Un

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-17 Thread Jon Tibble
Review: Approve -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/27825 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-core@lists.launchpad.net Unsubscrib

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-17 Thread Raoul Snyman
Review: Approve approve Great! -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/27825 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-core@lists.launchpad.

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-17 Thread Frode Woldsund
Frode Woldsund has proposed merging lp:~frodus86/openlp/translate into lp:openlp. Requested reviews: Jon Tibble (meths) Tim Bentley (trb143) Raoul Snyman (raoul-snyman): needs fixing Replaced the last trUtf8() -> translate() Fixed the syntax on translate() functions that contained (u'%s'

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-17 Thread Frode Woldsund
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Status: Rejected => Superseded -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/27784 Your team OpenLP Core is subscribed to branch lp:openlp. ___

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-16 Thread Raoul Snyman
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Status: Needs review => Rejected -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/27784 Your team OpenLP Core is subscribed to branch lp:openlp. __

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-16 Thread Raoul Snyman
Review: Needs Fixing needs fixing You don't need to write "BiblesPlugin.BiblePlugin" - you can just go with "BiblePlugin". Please can you just correct all the plugins to work like that. -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/27784 Your team OpenLP Core is subscribed to br

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-16 Thread Tim Bentley
Review: Approve Approved -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/27784 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-core@lists.launchpad.net Un

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-16 Thread Jon Tibble
Review: Approve Couple of whitespace nit picks but finishes the trUtf8 -> translate conversion. -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/27784 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://laun

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-16 Thread Frode Woldsund
Frode Woldsund has proposed merging lp:~frodus86/openlp/translate into lp:openlp. Requested reviews: OpenLP Core (openlp-core) Replaced the last trUtf8() -> translate() Fixed the syntax on translate() functions that contained (u'%s') and (u'...' ,u'..' %) -- https://code.launchpad.net/~fr

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-08 Thread noreply
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Status: Needs review => Merged -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/26986 Your team OpenLP Core is subscribed to branch lp:openlp. ___

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-08 Thread Tim Bentley
Review: Approve Approved -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/26986 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-core@lists.launchpad.net U

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-08 Thread Raoul Snyman
Review: Approve approve Looks good! -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/26986 Your team OpenLP Core is subscribed to branch lp:openlp. ___ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-core@lists.launc

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-08 Thread Jon Tibble
Review: Approve Approved - last few remaining coding standards issues can be fixed in tree providing Raoul and Tim approve too. -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/26986 Your team OpenLP Core is subscribed to branch lp:openlp. _

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-07 Thread Frode Woldsund
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Status: Needs review => Superseded -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/26985 Your team OpenLP Core is subscribed to branch lp:openlp.

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-07 Thread Frode Woldsund
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Description changed to: Cleaned up the whole tree by replacing all trUtf8() with translate() function -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/26985 Your team OpenLP Core is subscribed

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-07 Thread Frode Woldsund
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Status: Needs review => Superseded -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/26891 Your team OpenLP Core is subscribed to branch lp:openlp.

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-07 Thread mmj
Some small issues: wrong translation context: openlp/plugins/alerts/alertsplugin.py (forgot u) openlp/plugins/bibles/lib/mediaitem.py:353 (forgot u) openlp/plugins/bibles/lib/mediaitem.py:537 (forgot u) openlp/plugins/songs/forms/editsongdialog.py:453 80 char linebreak: openlp/plugins/bibles/forms/

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-06 Thread Frode Woldsund
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Commit Message changed to: I'm running ubuntu, and the trunk seems to be broken, I can not run this branch. And I got the same error when I make a new branch of the trunk 833 and tryes to run it without any ed

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-06 Thread Frode Woldsund
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Status: Needs review => Superseded -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/26889 Your team OpenLP Core is subscribed to branch lp:openlp.

[Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-06 Thread Frode Woldsund
The proposal to merge lp:~frodus86/openlp/translate into lp:openlp has been updated. Status: Needs review => Superseded -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/26593 Your team OpenLP Core is subscribed to branch lp:openlp.

Re: [Openlp-core] [Merge] lp:~frodus86/openlp/translate into lp:openlp

2010-06-02 Thread Raoul Snyman
Review: Needs Fixing You're missing spaces in various places: translate('AmendThemeForm','First Color:') should be: translate('AmendThemeForm', 'First Color:') ^ space -- https://code.launchpad.net/~frodus86/openlp/translate/+merge/26593 Your