X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fusernoprofileexception.php;h=954d31b0d194378ae503d69dce5d1736bd1a9d3c;hb=57741c46ef6ac4d3f28845735d39f1889ee5b45b;hp=e0186fef971a05664bfc98a33984ca83789e5325;hpb=7407754c2714248eebc995412a3aee881df2a238;p=quix0rs-gnu-social.git diff --git a/lib/usernoprofileexception.php b/lib/usernoprofileexception.php index e0186fef97..954d31b0d1 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);