aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xphpBB/language/lang_english.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php
index a8b4c561df..fd10c877a3 100755
--- a/phpBB/language/lang_english.php
+++ b/phpBB/language/lang_english.php
@@ -781,7 +781,7 @@ $lang['Emotion'] = "Emotion";
// User Management
$lang['User_admin'] = "Administration";
-$lang['User_admin_explain'] = "Here you can change your user's information. Do not abuse this power. Changing admin status is not provided here. Use the user permission pages for this. <br />Developer To-Do: <br />Add support to modify /"invisible/" fields.";
+$lang['User_admin_explain'] = "Here you can change your user's information. Do not abuse this power. Changing admin status is not provided here. Use the user permission pages for this. <br />Developer To-Do: <br />Add support to modify \"invisible\" fields.";
$lang['User_delete'] = "Delete this user";
$lang['User_delete_explain'] = "Click here to delete this user. This cannot be undone.";
$lang['User_deleted'] = "User was successfully deleted.";