Türkçe
admin/admin_perms.php dosyasını açın ve aşağıdaki kodu bulun (895.satır):
PHP
$html .= add_td_row( array( "<b>Tüm mevcut ve gelecek izinler</b>",
ve bu kod ile değiştirin
PHP
$html .= add_td_row( array( "<b>".$lang['cur_fut_permissions']."</b>",
English
Open admin/admin_perms.php and find the following code (line 895);
PHP
$html .= add_td_row( array( "<b>Tüm mevcut ve gelecek izinler</b>",
replace this code with the following code:
PHP
$html .= add_td_row( array( "<b>".$lang['cur_fut_permissions']."</b>",