Merge lp:~evfool/sessioninstaller/fix790500 into lp:sessioninstaller

Proposed by Robert Roth
Status: Merged
Merged at revision: 129
Proposed branch: lp:~evfool/sessioninstaller/fix790500
Merge into: lp:sessioninstaller
Diff against target: 12 lines (+1/-1)
1 file modified
sessioninstaller/core.py (+1/-1)
To merge this branch: bzr merge lp:~evfool/sessioninstaller/fix790500
Reviewer Review Type Date Requested Status
Michael Vogt Approve
Review via email: mp+63524@code.launchpad.net

Description of the change

Simple typo fix, contanct was used instead of contact (LP: #790500).

To post a comment you must log in.
Revision history for this message
Michael Vogt (mvo) wrote :

Thanks, this looks good!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sessioninstaller/core.py'
2--- sessioninstaller/core.py 2011-05-30 17:45:29 +0000
3+++ sessioninstaller/core.py 2011-06-06 07:46:34 +0000
4@@ -766,7 +766,7 @@
5 header = _("Catalog could not be read")
6 #TRANSLATORS: %s is a file path
7 message = _("The file '%s' isn't a valid software catalog. "
8- "Please redownload or contanct the "
9+ "Please redownload or contact the "
10 "provider.") % catalog_file
11 self._show_error(header, message)
12 raise errors.ModifyFailed(message)

Subscribers

People subscribed via source and target branches