forked from openlp/openlp
fix, don't translate GPL at all
This commit is contained in:
parent
886f20aaff
commit
87aa8b9b5e
@ -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 '
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user