openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #03585
[Merge] lp:~raoul-snyman/openlp/string-fixes into lp:openlp
Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/string-fixes into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Some more spelling/grammatical corrections.
--
https://code.launchpad.net/~raoul-snyman/openlp/string-fixes/+merge/35875
Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/string-fixes into lp:openlp.
=== modified file 'openlp/plugins/songs/forms/songimportwizard.py'
--- openlp/plugins/songs/forms/songimportwizard.py 2010-09-14 20:33:33 +0000
+++ openlp/plugins/songs/forms/songimportwizard.py 2010-09-17 20:11:10 +0000
@@ -519,7 +519,7 @@
self.openLyricsDisabledLabel.setText(
translate('SongsPlugin.ImportWizardForm', 'The OpenLyrics '
'importer has not yet been developed, but as you can see, we are '
- 'still intendeding to do so. Hopefully it will be in the next '
+ 'still intending to do so. Hopefully it will be in the next '
'release.'))
self.openSongAddButton.setText(
translate('SongsPlugin.ImportWizardForm', 'Add Files...'))
=== modified file 'openlp/plugins/songs/forms/songmaintenanceform.py'
--- openlp/plugins/songs/forms/songmaintenanceform.py 2010-08-28 19:32:24 +0000
+++ openlp/plugins/songs/forms/songmaintenanceform.py 2010-09-17 20:11:10 +0000
@@ -324,8 +324,8 @@
QtGui.QMessageBox.critical(self,
translate('SongsPlugin.SongMaintenanceForm', 'Error'),
translate('SongsPlugin.SongMaintenanceForm',
- 'Could not save your modified author, because he '
- 'already exists.'))
+ 'Could not save your modified author, because the '
+ 'author already exists.'))
def onTopicEditButtonClick(self):
topic_id = self._getCurrentItemId(self.TopicsListWidget)
Follow ups