summaryrefslogtreecommitdiff
path: root/actions/finishremotesubscribe.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-04-09 15:20:14 -0700
committerBrion Vibber <brion@pobox.com>2010-04-09 15:20:14 -0700
commit7303acf7adbfd57aabcad095154ee48968e75e3b (patch)
tree038dca53ca8c192c8c66c52e6b9332f47f55cf1e /actions/finishremotesubscribe.php
parentae4ade53a801309105ab3e0ae680dc9e186033c1 (diff)
parent47eed2c99906fefb1f43ad186da91e526d2741cf (diff)
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'actions/finishremotesubscribe.php')
-rw-r--r--actions/finishremotesubscribe.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/finishremotesubscribe.php b/actions/finishremotesubscribe.php
index deee70f36..ac51ddec3 100644
--- a/actions/finishremotesubscribe.php
+++ b/actions/finishremotesubscribe.php
@@ -135,7 +135,7 @@ class FinishremotesubscribeAction extends Action
$service->getServiceURI(OMB_ENDPOINT_UPDATEPROFILE);
if (!$remote->update($orig_remote)) {
- $this->serverError(_('Error updating remote profile'));
+ $this->serverError(_('Error updating remote profile.'));
return;
}