summaryrefslogtreecommitdiff
path: root/classes/Notice.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-11-04 18:33:39 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-11-04 18:33:39 +0100
commit6aeba0cb7cbff367d8ded309f08ff3df8ae82795 (patch)
treeb5c65cc93d15d9202f4e1d052efd8578dbdc5330 /classes/Notice.php
parent4f63e3be7dc12383d4e66bdd4db25dd6fea9abba (diff)
i18n/L10n updates.
Diffstat (limited to 'classes/Notice.php')
-rw-r--r--classes/Notice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Notice.php b/classes/Notice.php
index 792d6e131..eff0d3251 100644
--- a/classes/Notice.php
+++ b/classes/Notice.php
@@ -902,7 +902,7 @@ class Notice extends Memcached_DataObject
{
if (!is_array($group_ids)) {
// TRANS: Server exception thrown when no array is provided to the method saveKnownGroups().
- throw new ServerException(_("Bad type provided to saveKnownGroups"));
+ throw new ServerException(_('Bad type provided to saveKnownGroups.'));
}
$groups = array();