Merge lp:~vorlon/aptdaemon/grammar-fix into lp:aptdaemon

Proposed by Steve Langasek
Status: Merged
Merged at revision: 888
Proposed branch: lp:~vorlon/aptdaemon/grammar-fix
Merge into: lp:aptdaemon
Diff against target: 14 lines (+2/-2)
1 file modified
aptdaemon/enums.py (+2/-2)
To merge this branch: bzr merge lp:~vorlon/aptdaemon/grammar-fix
Reviewer Review Type Date Requested Status
Aptdaemon Developers Pending
Review via email: mp+146259@code.launchpad.net

Description of the change

Saw this error message tonight in raring - this is not grammatically correct,
it happens to be very bad colloquial English grammar and should be fixed.

To post a comment you must log in.
Revision history for this message
Sebastian Heinlein (glatzor) wrote :

Sorry, I have to admit that I am one of the founding members of the
blatant errors and awkward grammar team :)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'aptdaemon/enums.py'
2--- aptdaemon/enums.py 2012-12-29 15:35:25 +0000
3+++ aptdaemon/enums.py 2013-02-02 09:12:24 +0000
4@@ -472,8 +472,8 @@
5 "use this piece of software could "
6 "not be downloaded. Please check "
7 "your network connection."),
8- ERROR_NOT_AUTHORIZED: _("You don't have got the required privileges "
9- "to perform this action."),
10+ ERROR_NOT_AUTHORIZED: _("You don't have the required privileges to "
11+ "perform this action."),
12 ERROR_AUTH_FAILED: _("You either provided a wrong password or "
13 "cancelled the authorization.\n"
14 "Furthermore there could also be a technical reason "

Subscribers

People subscribed via source and target branches

to status/vote changes: