Merge lp:~serfus/sessioninstaller/bug-789567 into lp:sessioninstaller

Proposed by serfus
Status: Merged
Merged at revision: 120
Proposed branch: lp:~serfus/sessioninstaller/bug-789567
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:~serfus/sessioninstaller/bug-789567
Reviewer Review Type Date Requested Status
Aptdaemon Developers Pending
Review via email: mp+62905@code.launchpad.net

Description of the change

sessioninstaller/core.py: changed typo in line 761

To post a comment you must log in.
120. By Sebastian Heinlein

Fix a typo. Thanks to Aviv Sapire.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'sessioninstaller/core.py'
--- sessioninstaller/core.py 2011-03-29 15:46:54 +0000
+++ sessioninstaller/core.py 2011-05-30 17:59:37 +0000
@@ -758,7 +758,7 @@
758 except:758 except:
759 header = _("Catalog could not be read")759 header = _("Catalog could not be read")
760 #TRANSLATORS: %s is a file path760 #TRANSLATORS: %s is a file path
761 message = _("The catalog file '%s' could not be opened and "761 message = _("The catalog file '%s' could not be opened "
762 "and read.") % catalog_file762 "and read.") % catalog_file
763 self._show_error(header, message)763 self._show_error(header, message)
764 raise errors.ModifyFailed(message)764 raise errors.ModifyFailed(message)

Subscribers

People subscribed via source and target branches