diff options
| author | Bart van Bragt <bartvb@users.sourceforge.net> | 2002-01-18 23:27:32 +0000 |
|---|---|---|
| committer | Bart van Bragt <bartvb@users.sourceforge.net> | 2002-01-18 23:27:32 +0000 |
| commit | e753ec60fce32368542daebc5a85b6a10adfb5e9 (patch) | |
| tree | 259a076a47ed41e613957dc4763464d632f7ac64 /phpBB/modcp.php | |
| parent | 5e4bb146a38cb5d4762571da0ec990a565f8d8e4 (diff) | |
| download | forums-e753ec60fce32368542daebc5a85b6a10adfb5e9.tar forums-e753ec60fce32368542daebc5a85b6a10adfb5e9.tar.gz forums-e753ec60fce32368542daebc5a85b6a10adfb5e9.tar.bz2 forums-e753ec60fce32368542daebc5a85b6a10adfb5e9.tar.xz forums-e753ec60fce32368542daebc5a85b6a10adfb5e9.zip | |
Fixed 'blabla %s' problem in ALT attr (#504666)
git-svn-id: file:///svn/phpbb/trunk@1911 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/modcp.php')
| -rw-r--r-- | phpBB/modcp.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/modcp.php b/phpBB/modcp.php index 00d1500d92..f8890c336c 100644 --- a/phpBB/modcp.php +++ b/phpBB/modcp.php @@ -865,8 +865,8 @@ switch($mode) "L_THIS_POST_IP" => $lang['This_posts_IP'], "L_OTHER_IPS" => $lang['Other_IP_this_user'], "L_OTHER_USERS" => $lang['Users_this_IP'], - "L_SEARCH_POSTS" => $lang['Search_user_posts'], "L_LOOKUP_IP" => $lang['Lookup_IP'], + "L_SEARCH" => $lang['Search'], "SEARCH_IMG" => $images['icon_search'], @@ -931,6 +931,7 @@ switch($mode) "ROW_COLOR" => "#" . $row_color, "ROW_CLASS" => $row_class, "USERNAME" => $username, + "L_SEARCH_POSTS" => sprintf($lang['Search_user_posts'], $username), "U_PROFILE" => append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$id"), "U_SEARCHPOSTS" => append_sid("search.$phpEx?search_author=" . urlencode($username) . "&showresults=topics")) |
