Fix the description on subcategory.

This commit is contained in:
Mark Crane
2012-09-17 14:44:33 +00:00
parent f844e5a908
commit 77274db3f7

View File

@@ -204,7 +204,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo "<td class='vtable' align='left'>\n";
echo " <input class='formfld' type='text' name='default_setting_subcategory' maxlength='255' value=\"$default_setting_subcategory\">\n";
echo "<br />\n";
echo "Enter the category.\n";
echo "Enter the subcategory.\n";
echo "</td>\n";
echo "</tr>\n";