Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/elements/developers/editors_review_history_item.thtml
diff options
context:
space:
mode:
authorwclouser@mozilla.com <wclouser@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2009-08-18 21:41:25 (GMT)
committer wclouser@mozilla.com <wclouser@mozilla.com@4eb1ac78-321c-0410-a911-ec516a8615a5>2009-08-18 21:41:25 (GMT)
commitb55f40bc37582d91ea936bf6962426d5b2468307 (patch)
tree5e3b9eccd414e6810a9e6828753a0b0b22cf0617 /site/app/views/elements/developers/editors_review_history_item.thtml
parentb8b74f6c278a2984a11edef2857ddaf285aa54f8 (diff)
Adding back context, bug 501988#32
git-svn-id: http://svn.mozilla.org/addons/trunk@49442 4eb1ac78-321c-0410-a911-ec516a8615a5
Diffstat (limited to 'site/app/views/elements/developers/editors_review_history_item.thtml')
-rw-r--r--site/app/views/elements/developers/editors_review_history_item.thtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/app/views/elements/developers/editors_review_history_item.thtml b/site/app/views/elements/developers/editors_review_history_item.thtml
index 7e98635..3eece81 100644
--- a/site/app/views/elements/developers/editors_review_history_item.thtml
+++ b/site/app/views/elements/developers/editors_review_history_item.thtml
@@ -71,7 +71,7 @@ else
echo ___('Nomination Denied/Sandbox');
}
elseif ($hist['Approval']['action'] == STATUS_NOMINATED) {
- echo ___('Admin Review');
+ echo ___('Admin Review', 'editors_review_history_nominated_adminreview');
}
}
elseif ($hist['Approval']['reviewtype'] == 'pending') {
@@ -82,14 +82,14 @@ else
echo ___('Denied/Sandbox');
}
elseif ($hist['Approval']['action'] == STATUS_PENDING) {
- echo ___('Admin Review');
+ echo ___('Admin Review', 'editors_review_history_nominated_adminreview');
}
}
elseif ($hist['Approval']['reviewtype'] == 'info') {
if (empty($hist['Approval']['reply_to']))
echo ___('Information Request');
else
- echo ___('Reply');
+ echo ___('Reply', 'editors_review_history_info_reply');
}
?>
</td>