Merge lp:~om26er/software-center/typo-fix-725671 into lp:software-center

Proposed by Omer Akram
Status: Merged
Merged at revision: 1563
Proposed branch: lp:~om26er/software-center/typo-fix-725671
Merge into: lp:software-center
Diff against target: 12 lines (+1/-1)
1 file modified
softwarecenter/view/appdetailsview_gtk.py (+1/-1)
To merge this branch: bzr merge lp:~om26er/software-center/typo-fix-725671
Reviewer Review Type Date Requested Status
Gary Lasker (community) Approve
Review via email: mp+51424@code.launchpad.net

Description of the change

a tiny spelling fix for bug 725671

To post a comment you must log in.
Revision history for this message
Gary Lasker (gary-lasker) wrote :

Merged to trunk. Thanks Omer!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'softwarecenter/view/appdetailsview_gtk.py'
2--- softwarecenter/view/appdetailsview_gtk.py 2011-02-25 08:51:24 +0000
3+++ softwarecenter/view/appdetailsview_gtk.py 2011-02-26 18:25:32 +0000
4@@ -1424,7 +1424,7 @@
5 if useful_total == 0 and current_user_reviewer:
6 s = ""
7 elif useful_total == 0:
8- s = _("Was this review hepful?")
9+ s = _("Was this review helpful?")
10 elif current_user_reviewer:
11 s = gettext.ngettext(
12 "%(useful_favorable)s of %(useful_total)s person "

Subscribers

People subscribed via source and target branches