summaryrefslogtreecommitdiff
path: root/actions/finishremotesubscribe.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-04-10 00:07:20 +0200
committerBrion Vibber <brion@pobox.com>2010-04-09 15:29:41 -0700
commit5c6c9b6f5f40b50570505a366a858e83db9bb2ec (patch)
tree7b247813faa54fd3dd4e6f318c65831e28409ad4 /actions/finishremotesubscribe.php
parent58d5d7baeec6fae77ac5d3e82e6072725fe9bf1b (diff)
Update message formatting for serverError to use a starting capital and a leading period.
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;
}