diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2005-12-08 20:53:49 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2005-12-08 20:53:49 +0000 |
commit | 28661d61063f677f5bb9d555f179389699e5114b (patch) | |
tree | dc90867b7204933c260fcebbef1d7d50761d7846 /phpBB/styles/subSilver/template/mcp_notes_user.html | |
parent | 5c64235b6f51bf234c9210be3e1e749292d87a2d (diff) | |
download | forums-28661d61063f677f5bb9d555f179389699e5114b.tar forums-28661d61063f677f5bb9d555f179389699e5114b.tar.gz forums-28661d61063f677f5bb9d555f179389699e5114b.tar.bz2 forums-28661d61063f677f5bb9d555f179389699e5114b.tar.xz forums-28661d61063f677f5bb9d555f179389699e5114b.zip |
A couple of minor changes
git-svn-id: file:///svn/phpbb/trunk@5322 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_notes_user.html')
-rwxr-xr-x | phpBB/styles/subSilver/template/mcp_notes_user.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_notes_user.html b/phpBB/styles/subSilver/template/mcp_notes_user.html index e6e43a29d7..8306f12e20 100755 --- a/phpBB/styles/subSilver/template/mcp_notes_user.html +++ b/phpBB/styles/subSilver/template/mcp_notes_user.html @@ -59,7 +59,7 @@ <!-- ENDIF --> <!-- ELSE --> <tr> - <td class="row1" colspan="2" align="center">{L_NO_USER_NOTES}</td> + <td class="row1" colspan="2" align="center"><span class="gen">{L_NO_FEEDBACK}</span></td> </tr> <!-- ENDIF --> </table> |