summaryrefslogtreecommitdiff
path: root/actions/apigroupshow.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-11-16 15:53:09 -0500
committerCraig Andrews <candrews@integralblue.com>2009-11-16 15:53:09 -0500
commit003e4e2a23054af3b5dc554664d655cf88ad4799 (patch)
tree8f3fde70cf4fe5f63e3af44d8c7642f6041029db /actions/apigroupshow.php
parenta373d07ae00b878f47970f2e4a7d86c6ec3a65cf (diff)
parente14c88f6c52fddeeb26c71f13e93db7a8fabdd3b (diff)
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'actions/apigroupshow.php')
-rw-r--r--actions/apigroupshow.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apigroupshow.php b/actions/apigroupshow.php
index b745ff92f..f9b960747 100644
--- a/actions/apigroupshow.php
+++ b/actions/apigroupshow.php
@@ -87,7 +87,7 @@ class ApiGroupShowAction extends ApiPrivateAuthAction
if (empty($this->group)) {
$this->clientError(
- 'Group not found!',
+ _('Group not found!'),
404,
$this->format
);