summaryrefslogtreecommitdiff
path: root/lib/usernoprofileexception.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 /lib/usernoprofileexception.php
parentde185a14057e52d6acd306a643eb8f38cd83973e (diff)
parentc6e8fbebefe7182b9584501d55bc0b32ce7b53a1 (diff)
Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'lib/usernoprofileexception.php')
-rw-r--r--lib/usernoprofileexception.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/usernoprofileexception.php b/lib/usernoprofileexception.php
index e0186fef9..954d31b0d 100644
--- a/lib/usernoprofileexception.php
+++ b/lib/usernoprofileexception.php
@@ -57,7 +57,7 @@ class UserNoProfileException extends ServerException
// TRANS: Exception text shown when no profile can be found for a user.
// TRANS: %1$s is a user nickname, $2$d is a user ID (number).
- $message = sprintf(_("User %1$s (%2$d) has no profile record."),
+ $message = sprintf(_('User %1$s (%2$d) has no profile record.'),
$user->nickname, $user->id);
parent::__construct($message);