diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-08 15:45:41 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-08 15:45:41 +0000 |
commit | 21e4f3681d9f936af24e6a44868628ceeb53ddf9 (patch) | |
tree | 419674d729dfeaa389a6159ca8e9a4bdeed5fda8 /mod/thewire/languages | |
parent | fd75f66c772983c871ee5ed06d702dbb24ecac07 (diff) | |
download | elgg-21e4f3681d9f936af24e6a44868628ceeb53ddf9.tar.gz elgg-21e4f3681d9f936af24e6a44868628ceeb53ddf9.tar.bz2 |
Updates to thewire interface
git-svn-id: http://code.elgg.org/elgg/trunk@5302 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/thewire/languages')
-rw-r--r-- | mod/thewire/languages/en.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/thewire/languages/en.php b/mod/thewire/languages/en.php index da0fc222f..69e35cdfd 100644 --- a/mod/thewire/languages/en.php +++ b/mod/thewire/languages/en.php @@ -7,11 +7,11 @@ */ 'thewire' => "The wire", - 'thewire:user' => "%s's wire", + 'thewire:user' => "%s's wire posts", 'thewire:posttitle' => "%s's notes on the wire: %s", 'thewire:everyone' => "All wire posts", - 'thewire:read' => "Wire posts", + 'thewire:read' => "My wire posts", 'thewire:strapline' => "%s", @@ -20,7 +20,7 @@ 'thewire:reply' => "Reply", 'thewire:via' => "via", 'thewire:wired' => "Posted to the wire", - 'thewire:charleft' => "characters left", + 'thewire:charleft' => "characters remaining", 'item:object:thewire' => "Wire posts", 'thewire:notedeleted' => "note deleted", 'thewire:doing' => "What are you doing? Tell everyone on the wire:", |