Translation fixes for admin screens

git-svn-id: svn://192.168.202.10@3205 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2020-03-27 21:16:59 +00:00
parent 0a9fe25bbb
commit 8387c4309e
9 changed files with 23 additions and 22 deletions
+1 -1
View File
@@ -707,7 +707,7 @@ if ( (!$OK_to_process) or ( ($leadfile) and ($file_layout!="standard" && $file_l
echo "<option value='$row[template_id]'>$row[template_id] - $row[template_name]</option>";
}
} else {
echo "<option value='' selected>--No custom templates defined--</option>";
echo "<option value='' selected>--"._QXZ("No custom templates defined")."--</option>";
}
?>
</select> <a href='AST_admin_template_maker.php'><font face="arial, helvetica" size=1><?php echo _QXZ("template builder"); ?></font></a><?php echo "$NWB#list_loader-template_id$NWE"; ?><BR><a href='#' onClick="TemplateSpecs()"><font face="arial, helvetica" size=1><?php echo _QXZ("View template info"); ?></font></a></td>