diff options
author | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-08 06:05:19 -0400 |
---|---|---|
committer | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-08 06:05:19 -0400 |
commit | 4d65b99c68fee83fe461b9d8d6db86a844f2a431 (patch) | |
tree | b4150e76baed3a63b12aae2c42d29fd0b3a74d33 /actions/showstream.php | |
parent | 0f502b8d8656bf9f1340611893dd0e4d736aeea3 (diff) |
Translate a few more strings.
darcs-hash:20080708100519-533db-b326ea0bb16ea6c8244cfd00a0dd639d0553dd21.gz
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index 74409d4b6..d1d040a27 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -92,7 +92,7 @@ class ShowstreamAction extends StreamAction { } function no_such_user() { - common_user_error('No such user'); + common_user_error(_('No such user.')); } function show_profile($profile) { |