summaryrefslogtreecommitdiff
path: root/actions/siteadminpanel.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-04-30 15:00:55 -0400
committerEvan Prodromou <evan@status.net>2010-04-30 15:00:55 -0400
commit3f2c805652cd641f82af41cd5f92cb54d0457a59 (patch)
treeead13aee17392f4fa9f03ba61ab30ba3b247ee2e /actions/siteadminpanel.php
parent50bfa218141a30c5041957aae60b9be78fe74950 (diff)
parentecfe6b89443227854c057bb45b107368b860ad02 (diff)
Merge branch 'master' of gitorious.org:statusnet/mainline
Diffstat (limited to 'actions/siteadminpanel.php')
-rw-r--r--actions/siteadminpanel.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/siteadminpanel.php b/actions/siteadminpanel.php
index e5482987f..4238b3e85 100644
--- a/actions/siteadminpanel.php
+++ b/actions/siteadminpanel.php
@@ -130,7 +130,7 @@ class SiteadminpanelAction extends AdminPanelAction
// Validate site name
if (empty($values['site']['name'])) {
- $this->clientError(_("Site name must have non-zero length."));
+ $this->clientError(_('Site name must have non-zero length.'));
}
// Validate email
@@ -168,7 +168,7 @@ class SiteadminpanelAction extends AdminPanelAction
// Validate dupe limit
if (!Validate::number($values['site']['dupelimit'], array('min' => 1))) {
- $this->clientError(_("Dupe limit must 1 or more seconds."));
+ $this->clientError(_("Dupe limit must be one or more seconds."));
}
}