X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fusernoprofileexception.php;fp=lib%2Fusernoprofileexception.php;h=e0186fef971a05664bfc98a33984ca83789e5325;hb=2eb894e535a11c7d756db4755cbe642a24cd1fd4;hp=6744d2529df8b5d277e37b8b95e8c5f0eba60353;hpb=59eea85da578858cd660c48ddb742d1af993eac4;p=quix0rs-gnu-social.git diff --git a/lib/usernoprofileexception.php b/lib/usernoprofileexception.php index 6744d2529d..e0186fef97 100644 --- a/lib/usernoprofileexception.php +++ b/lib/usernoprofileexception.php @@ -55,7 +55,9 @@ class UserNoProfileException extends ServerException { $this->user = $user; - $message = sprintf(_("User %s (%d) has no profile record."), + // 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."), $user->nickname, $user->id); parent::__construct($message);