Merge lp:~evfool/software-center/lp905082 into lp:software-center

Proposed by Robert Roth
Status: Merged
Merged at revision: 2608
Proposed branch: lp:~evfool/software-center/lp905082
Merge into: lp:software-center
Diff against target: 11 lines (+1/-1)
1 file modified
softwarecenter/distro/Debian.py (+1/-1)
To merge this branch: bzr merge lp:~evfool/software-center/lp905082
Reviewer Review Type Date Requested Status
Michael Vogt Pending
Review via email: mp+86027@code.launchpad.net

Description of the change

Fixed a typo by using does not (to avoid shorter forms to be consistent with the rest of the strings) instead of doens't (containing a typo and inconsistent with the rest of the strings using does not).

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'softwarecenter/distro/Debian.py'
2--- softwarecenter/distro/Debian.py 2011-11-07 08:26:13 +0000
3+++ softwarecenter/distro/Debian.py 2011-12-16 12:03:28 +0000
4@@ -141,7 +141,7 @@
5 return _("Debian provides critical updates for %s. But "
6 "updates could be delayed or skipped.") % appname
7 elif pkg_archive == "unstable":
8- return _("Debian doens't provides critical updates "
9+ return _("Debian does not provide critical updates "
10 "for %s") % appname
11 return
12