diff options
Diffstat (limited to 'mod/thewire')
| -rw-r--r-- | mod/thewire/languages/en.php | 2 | ||||
| -rw-r--r-- | mod/thewire/start.php | 4 | 
2 files changed, 2 insertions, 4 deletions
| diff --git a/mod/thewire/languages/en.php b/mod/thewire/languages/en.php index 69e35cdfd..c2e23d04f 100644 --- a/mod/thewire/languages/en.php +++ b/mod/thewire/languages/en.php @@ -6,7 +6,7 @@  		 * Menu items and titles  		 */ -			'thewire' => "The wire", +			'thewire' => "My wire posts",  			'thewire:user' => "%s's wire posts",  			'thewire:posttitle' => "%s's notes on the wire: %s",  			'thewire:everyone' => "All wire posts", diff --git a/mod/thewire/start.php b/mod/thewire/start.php index dfa57bd17..97630336a 100644 --- a/mod/thewire/start.php +++ b/mod/thewire/start.php @@ -28,9 +28,7 @@  			// Set up menu for logged in users  				if (isloggedin()) { -		 -					add_menu(elgg_echo('thewire'), $CONFIG->wwwroot . "mod/thewire/everyone.php"); -			 +					add_menu(elgg_echo('thewire'), $CONFIG->wwwroot . "pg/thewire/". $_SESSION['user']->username);  				}   			// Extend system CSS with our own styles, which are defined in the thewire/css view | 
