summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGit <git@what.cd>2016-07-29 08:00:27 +0000
committerGit <git@what.cd>2016-07-29 08:00:27 +0000
commitf332d8816ff4c69240ef4dcf850238a46cd12eb5 (patch)
tree04b327dfd554880f4613c6fc157b5bf662a183c9
parentef3be48650cabc84a2996b803520485096de1e22 (diff)
downloadGazelle-f332d8816ff4c69240ef4dcf850238a46cd12eb5.zip
Gazelle-f332d8816ff4c69240ef4dcf850238a46cd12eb5.tar.gz
Gazelle-f332d8816ff4c69240ef4dcf850238a46cd12eb5.tar.bz2
Empty commit
-rw-r--r--classes/users.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/users.class.php b/classes/users.class.php
index c796066..427e246 100644
--- a/classes/users.class.php
+++ b/classes/users.class.php
@@ -541,7 +541,7 @@ class Users {
. '><img src="'.STATIC_SERVER.'common/symbols/warned.png" alt="Warned" title="Warned'
. (G::$LoggedUser['ID'] === $UserID ? ' - Expires ' . date('Y-m-d H:i', strtotime($UserInfo['Warned'])) : '')
. '" class="tooltip" /></a>' : '';
- $Str .= ($IsEnabled && $UserInfo['Enabled'] == 2) ? '<a href="rules.php"><img src="'.STATIC_SERVER.'common/symbols/disabled.png" alt="Banned" title="Be good, and you won\'t end up like this user" class="tooltip" /></a>' : '';
+ $Str .= ($IsEnabled && $UserInfo['Enabled'] == 2) ? '<a href="rules.php"><img src="'.STATIC_SERVER.'common/symbols/disabled.png" alt="Banned" title="Disabled" class="tooltip" /></a>' : '';
if ($Badges) {