fix, don't translate GPL at all

This commit is contained in:
Mattias Põldaru 2011-03-03 08:34:17 +02:00
parent 886f20aaff
commit 87aa8b9b5e
2 changed files with 2 additions and 3 deletions

View File

@ -176,8 +176,7 @@ class Ui_AboutDialog(object):
'but WITHOUT ANY WARRANTY; without even the implied warranty of '
'MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See below '
'for more details.')
gpltext = translate('OpenLP.AboutForm',
'GNU GENERAL PUBLIC LICENSE\n'
gpltext = ('GNU GENERAL PUBLIC LICENSE\n'
'Version 2, June 1991\n'
'\n'
'Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 '

View File

@ -226,7 +226,7 @@ class SongExportForm(OpenLPWizard):
translate('SongsPlugin.ExportWizardForm',
'No Save Location specified'),
translate('SongsPlugin.ExportWizardForm',
'You need to specify a directory where to save the songs.'))
'You need to specify a directory.'))
return False
return True
elif self.currentPage() == self.progressPage: