don't translate tldmode twice

This commit is contained in:
Antoine Beaupré 2006-05-13 22:33:27 +00:00
parent ce6823bb12
commit 20175abb50
1 changed files with 1 additions and 1 deletions

View File

@ -766,7 +766,7 @@ class m_admin {
for($i=0;$i<count($this->tldmode);$i++) {
echo "<option value=\"$i\"";
if ($current==$i) echo " selected=\"selected\"";
echo ">"._($this->tldmode[$i])."</option>\n";
echo ">".$this->tldmode[$i]."</option>\n";
}
}