From 83f950638c0abc77a3674ac476ce9f201df0a672 Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 19 Mar 2010 20:20:17 +0000 Subject: Default all tools' menu items to "world" view. Removed "My" prefix. git-svn-id: http://code.elgg.org/elgg/trunk@5450 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/languages/en.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/thewire/languages/en.php') diff --git a/mod/thewire/languages/en.php b/mod/thewire/languages/en.php index 23e243716..3540cef78 100644 --- a/mod/thewire/languages/en.php +++ b/mod/thewire/languages/en.php @@ -7,7 +7,7 @@ */ 'thewire:title' => "The Wire", - 'thewire' => "My wire posts", + 'thewire:my_posts' => "My wire posts", 'thewire:user' => "%s's wire posts", 'thewire:posttitle' => "%s's notes on the wire: %s", 'thewire:everyone' => "All wire posts", @@ -77,4 +77,4 @@ add_translation("en",$english); -?> \ No newline at end of file +?> -- cgit v1.2.3