summaryrefslogtreecommitdiff
path: root/classes/Notice.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-10-04 15:22:02 -0700
committerBrion Vibber <brion@pobox.com>2010-10-04 15:22:02 -0700
commitf58008ebaff81cd8066c21b4a389de2fc9383259 (patch)
treeb9b16004f403e9b2f8a4d8b856449d71ad003173 /classes/Notice.php
parentde185a14057e52d6acd306a643eb8f38cd83973e (diff)
parentc6e8fbebefe7182b9584501d55bc0b32ce7b53a1 (diff)
Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x
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 e268544b5..60989f9ba 100644
--- a/classes/Notice.php
+++ b/classes/Notice.php
@@ -1117,7 +1117,7 @@ class Notice extends Memcached_DataObject
common_log_db_error($reply, 'INSERT', __FILE__);
// TRANS: Server exception thrown when a reply cannot be saved.
// TRANS: %1$d is a notice ID, %2$d is the ID of the mentioned user.
- throw new ServerException(sprintf(_("Could not save reply for %1$d, %2$d."), $this->id, $mentioned->id));
+ throw new ServerException(sprintf(_('Could not save reply for %1$d, %2$d.'), $this->id, $mentioned->id));
} else {
$replied[$mentioned->id] = 1;
self::blow('reply:stream:%d', $mentioned->id);