Closed
Bug 409925
Opened 18 years ago
Closed 17 years ago
editors_notice_none_found accepts a non-localizable string
Categories
(addons.mozilla.org Graveyard :: Localization, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
3.2
People
(Reporter: clouserw, Assigned: clouserw)
Details
The code in editors_controller uses $mode to determine if it's looking at the nominated, pending or review portion of the queue. This string is used from the URL and it's also passed directly to the view and used in the _() call. The relevant portion of the .po:
# %1 is the queue mode
#: views/admin/flagged_queue.thtml:67 views/editors/queue.thtml:105
#, php-format
msgid "editors_notice_none_found"
msgstr "There are currently no %s add-ons to review."
An easy fix would be to change the msgstr to "There is currently nothing to review." since passing in "reviews" doesn't really make sense right now anyway. We could probably target this for the upcoming string change.
Updated•18 years ago
|
Assignee: nobody → clouserw
Comment 1•17 years ago
|
||
Wil -- can you resolve this today?
| Assignee | ||
Comment 2•17 years ago
|
||
r10377. Just have to remember to tell the localizers this string changed.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•