summaryrefslogtreecommitdiff
path: root/actions/tagother.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-12-13 18:55:17 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-12-13 18:55:17 +0100
commit745e35ac1fcee01298db09a8649f79f410138652 (patch)
tree238bdad2ef3df30f4f02f916014d3991007f4338 /actions/tagother.php
parent954eb411e038745ee3e7995364a79d2fbda909bc (diff)
(Puctuation) consistency in clientError() calls.
Diffstat (limited to 'actions/tagother.php')
-rw-r--r--actions/tagother.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/tagother.php b/actions/tagother.php
index c3f43be8b..e9e13b939 100644
--- a/actions/tagother.php
+++ b/actions/tagother.php
@@ -30,13 +30,13 @@ class TagotherAction extends Action
{
parent::prepare($args);
if (!common_logged_in()) {
- $this->clientError(_('Not logged in'), 403);
+ $this->clientError(_('Not logged in.'), 403);
return false;
}
$id = $this->trimmed('id');
if (!$id) {
- $this->clientError(_('No id argument.'));
+ $this->clientError(_('No ID argument.'));
return false;
}