diff options
| author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-09 17:57:22 +0000 | 
|---|---|---|
| committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-09 17:57:22 +0000 | 
| commit | d7718ebc40f9e28c6126e65df54e99d5b9948447 (patch) | |
| tree | 2b6eb46fbdf327d2b511e8c054ddcab11179a952 | |
| parent | 80faac618234400e019a570f4376567b1073d661 (diff) | |
| download | elgg-d7718ebc40f9e28c6126e65df54e99d5b9948447.tar.gz elgg-d7718ebc40f9e28c6126e65df54e99d5b9948447.tar.bz2 | |
Further profile text fix
git-svn-id: https://code.elgg.org/elgg/trunk@1376 36083f99-b078-4883-b0ff-0f9b5a30f544
| -rw-r--r-- | mod/profile/start.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/mod/profile/start.php b/mod/profile/start.php index aa42374fc..116044bdf 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -64,8 +64,8 @@  			//add submenu options
  				if (get_context() == "profile") {
 -					add_submenu_item("Edit Details", $CONFIG->wwwroot . "mod/profile/edit.php");
 -					add_submenu_item("Edit profile picture", $CONFIG->wwwroot . "mod/profile/editicon.php");
 +					add_submenu_item(elgg_echo('profile:editdetails'), $CONFIG->wwwroot . "mod/profile/edit.php");
 +					add_submenu_item(elgg_echo('profile:editicon'), $CONFIG->wwwroot . "mod/profile/editicon.php");
  				}
  			// Extend context menu with admin links
 | 
