Index: trunk/extensions/SocialProfile/UserProfile/UserProfilePage.php |
— | — | @@ -483,7 +483,7 @@ |
484 | 484 | |
485 | 485 | if ( $this->isOwner() ) { |
486 | 486 | $output .= $wgLang->pipeList( array( |
487 | | - '<a href="' . $update_profile->escapeFullURL() . '">' . wfMsg( 'user-edit-profile ') . '</a>', |
| 487 | + '<a href="' . $update_profile->escapeFullURL() . '">' . wfMsg( 'user-edit-profile' ) . '</a>', |
488 | 488 | '<a href="' . $upload_avatar->escapeFullURL() . '">' . wfMsg( 'user-upload-avatar' ) . '</a>', |
489 | 489 | '<a href="' . $watchlist->escapeFullURL() . '">' . wfMsg( 'user-watchlist' ) . '</a>', |
490 | 490 | '' |