diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-25 11:04:33 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-25 11:04:33 +0000 |
commit | c8d31fc57145732d489548b5866cf0cda51a3393 (patch) | |
tree | e2d710c7d8ed4c30d9e320c8cecf37d16bfca9c8 | |
parent | ded8752d37bc8e137e1d7b9b090818a4243ac5e2 (diff) | |
download | elgg-c8d31fc57145732d489548b5866cf0cda51a3393.tar.gz elgg-c8d31fc57145732d489548b5866cf0cda51a3393.tar.bz2 |
SPG fix
git-svn-id: https://code.elgg.org/elgg/trunk@2940 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | mod/thewire/languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/languages/en.php b/mod/thewire/languages/en.php index 2e3771385..798445562 100644 --- a/mod/thewire/languages/en.php +++ b/mod/thewire/languages/en.php @@ -23,7 +23,7 @@ 'thewire:charleft' => "characters left",
'item:object:thewire' => "Wire posts",
'thewire:notedeleted' => "note deleted",
- 'thewire:doing' => "What are you doing, tell everyone on the wire?",
+ 'thewire:doing' => "What are you doing? Tell everyone on the wire:",
'thewire:newpost' => 'New wire post',
'thewire:addpost' => 'Post to the wire',
|