diff --git a/e107_admin/lancheck.php b/e107_admin/lancheck.php
index 0ee9f9a0c..97c6ae494 100644
--- a/e107_admin/lancheck.php
+++ b/e107_admin/lancheck.php
@@ -892,8 +892,8 @@ class lancheck
$text .= "".LAN_OPTIONS." |
---|
";
$srch = array("[","]");
- $repl = array("","");
- $diz = (deftrue("LANG_LAN_28")) ? LANG_LAN_28 : "Check this box if you're an [e107 certified translator].";
+ $repl = array("","");
+ $diz = (deftrue("LANG_LAN_28")) ? LANG_LAN_28 : "Check this box if you are a member of the [e107 translation team].";
$checked = varset($_COOKIE['e107_certified']) == 1 ? true : false;