diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-03-20 20:42:48 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-03-20 20:42:48 +0000 |
commit | c01c69e63fb3dadb3edf14543a069ffacd39f4a6 (patch) | |
tree | cd0288162866c3a20730ea1ea5b12e7ce8d023b9 /phpBB/styles/subSilver | |
parent | cbbc1d2a4532bde2b612a9757f828e0416e668e2 (diff) | |
download | forums-c01c69e63fb3dadb3edf14543a069ffacd39f4a6.tar forums-c01c69e63fb3dadb3edf14543a069ffacd39f4a6.tar.gz forums-c01c69e63fb3dadb3edf14543a069ffacd39f4a6.tar.bz2 forums-c01c69e63fb3dadb3edf14543a069ffacd39f4a6.tar.xz forums-c01c69e63fb3dadb3edf14543a069ffacd39f4a6.zip |
Missing language strings in warning system [Bug #1156]
git-svn-id: file:///svn/phpbb/trunk@5675 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver')
-rwxr-xr-x | phpBB/styles/subSilver/template/mcp_warn_front.html | 2 | ||||
-rwxr-xr-x | phpBB/styles/subSilver/template/mcp_warn_list.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_warn_front.html b/phpBB/styles/subSilver/template/mcp_warn_front.html index e250f3109d..20d3a3c129 100755 --- a/phpBB/styles/subSilver/template/mcp_warn_front.html +++ b/phpBB/styles/subSilver/template/mcp_warn_front.html @@ -25,7 +25,7 @@ <tr> <th> {L_USERNAME} </th> <th> {L_WARNINGS} </th> - <th> {L_LATEST_TIME} </th> + <th> {L_LATEST_WARNING_TIME} </th> <th> </th> </tr> <!-- BEGIN highest --> diff --git a/phpBB/styles/subSilver/template/mcp_warn_list.html b/phpBB/styles/subSilver/template/mcp_warn_list.html index 5b23f9705e..8d1bf525a3 100755 --- a/phpBB/styles/subSilver/template/mcp_warn_list.html +++ b/phpBB/styles/subSilver/template/mcp_warn_list.html @@ -10,7 +10,7 @@ <tr> <th> {L_USERNAME} </th> <th> {L_WARNINGS} </th> - <th> {L_LATEST_TIME} </th> + <th> {L_LATEST_WARNING_TIME} </th> <th> </th> </tr> <!-- BEGIN user --> |