Merge lp:~paolorotolo/apport/fix-for-942830 into lp:~apport-hackers/apport/trunk

Proposed by Paolo Rotolo
Status: Merged
Merged at revision: 2187
Proposed branch: lp:~paolorotolo/apport/fix-for-942830
Merge into: lp:~apport-hackers/apport/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
apport/ui.py (+1/-1)
To merge this branch: bzr merge lp:~paolorotolo/apport/fix-for-942830
Reviewer Review Type Date Requested Status
Martin Pitt (community) Approve
Review via email: mp+95046@code.launchpad.net

Commit message

2012-02-28 Paolo Rotolo <email address hidden>

        apport/ui.py: change from 'since then' to 'since the crash occurred'. Fixes LP: #942830

Description of the change

Change from 'since then' to 'since the crash occurred' in apport/ui.py to fix the bug #942830

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'apport/ui.py'
2--- apport/ui.py 2012-02-23 15:08:13 +0000
3+++ apport/ui.py 2012-02-28 20:56:22 +0000
4@@ -837,7 +837,7 @@
5 if orig_time != cur_time:
6 self.report['UnreportableReason'] = (
7 _('The problem happened with the program %s which changed '
8- 'since then.') % self.report['ExecutablePath'])
9+ 'since the crash occurred.') % self.report['ExecutablePath'])
10 return
11
12 if not self.cur_package and 'ExecutablePath' not in self.report \

Subscribers

People subscribed via source and target branches