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
1=== modified file 'sessioninstaller/core.py'
2--- sessioninstaller/core.py 2011-03-29 15:46:54 +0000
3+++ sessioninstaller/core.py 2011-05-30 17:59:37 +0000
4@@ -758,7 +758,7 @@
5 except:
6 header = _("Catalog could not be read")
7 #TRANSLATORS: %s is a file path
8- message = _("The catalog file '%s' could not be opened and "
9+ message = _("The catalog file '%s' could not be opened "
10 "and read.") % catalog_file
11 self._show_error(header, message)
12 raise errors.ModifyFailed(message)

Subscribers

People subscribed via source and target branches