mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Fix for empty message table header in viewtopic... Short answer $lang['Message'] is still needed as a seperate lang variable :D
git-svn-id: file:///svn/phpbb/trunk@1340 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
48027c9c44
commit
5513e195ee
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ $lang['Poster'] = "Poster";
|
|||
$lang['Author'] = "Author";
|
||||
$lang['Time'] = "Time";
|
||||
$lang['Hours'] = "Hours";
|
||||
|
||||
$lang['Message'] = "Message";
|
||||
$lang['1_Day'] = "1 Day";
|
||||
$lang['7_Days'] = "7 Days";
|
||||
$lang['2_Weeks'] = "2 Weeks";
|
||||
|
@ -796,4 +796,4 @@ $lang['12'] = "GMT + 12 Hours";
|
|||
// That's all Folks!
|
||||
// -------------------------------------------------
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Reference in a new issue