1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-19 07:08:09 +01:00

More lang cleanups

git-svn-id: file:///svn/phpbb/trunk@1356 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-11-18 14:40:58 +00:00
parent 939e985571
commit a1f00aa889
2 changed files with 2 additions and 2 deletions

View File

@ -401,7 +401,7 @@ if( isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']) )
"L_AIM" => $lang['AIM'],
"L_MESSENGER" => $lang['MSNM'],
"L_WEBSITE" => $lang['Website'],
"L_LOCATION" => $lang['From'],
"L_LOCATION" => $lang['Location'],
"L_OCCUPATION" => $lang['Occupation'],
"L_INTERESTS" => $lang['Interests'],

View File

@ -698,7 +698,7 @@ for($i = 0; $i < $total_posts; $i++)
$poster_posts = ($postrow[$i]['user_id'] != ANONYMOUS) ? $lang['Posts'] . ": " . $postrow[$i]['user_posts'] : "";
$poster_from = ($postrow[$i]['user_from'] && $postrow[$i]['user_id'] != ANONYMOUS) ? $lang['From'] . ": " . $postrow[$i]['user_from'] : "";
$poster_from = ($postrow[$i]['user_from'] && $postrow[$i]['user_id'] != ANONYMOUS) ? $lang['Location'] . ": " . $postrow[$i]['user_from'] : "";
$poster_joined = ($postrow[$i]['user_id'] != ANONYMOUS) ? $lang['Joined'] . ": " . create_date($board_config['default_dateformat'], $postrow[$i]['user_regdate'], $board_config['board_timezone']) : "";