diff options
Diffstat (limited to 'pages/account/57.php')
-rw-r--r-- | pages/account/57.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/57.php b/pages/account/57.php index 56afd53..c6a490f 100644 --- a/pages/account/57.php +++ b/pages/account/57.php @@ -28,7 +28,7 @@ $res = mysql_query($query); if(mysql_num_rows($res) <= 0) { - echo _("I'm sorry, the user you were looking for seems to have disappeared! Bad things are a foot!"); + echo _("I'm sorry, the user you were looking for seems to have disappeared! Bad things are afoot!"); } else { $row = mysql_fetch_assoc($res); ?> |