diff --git a/config/index.php b/config/index.php
index ca7379c..aae4f92 100644
--- a/config/index.php
+++ b/config/index.php
@@ -30,8 +30,8 @@
echo "".i18n("Configuration Variables")."
";
echo "".i18n("Important Dates")."
";
echo "".i18n("Project Age Categories")."
";
- echo "".i18n("Project Divisons")."
";
- echo "".i18n("Project Sub-Divisons")."
";
+ echo "".i18n("Project Divisions")."
";
+ echo "".i18n("Project Sub-Divisions")."
";
echo "".i18n("Page Texts")."
";
echo "".i18n("Project Safety Questions")."
";
echo "".i18n("Images (Fair Logo)")."
";
diff --git a/db/db.update.13.sql b/db/db.update.13.sql
index 98e6925..dbb04bf 100644
--- a/db/db.update.13.sql
+++ b/db/db.update.13.sql
@@ -8,3 +8,4 @@ DELETE FROM `judges_schedulerconfig` WHERE var='timeslot_length';
DELETE FROM `judges_schedulerconfig` WHERE var='timeslot_break';
ALTER TABLE `award_awards` ADD `excludefromac` TINYINT( 1 ) DEFAULT '0' NOT NULL;
ALTER TABLE `award_prizes` ADD `excludefromac` TINYINT( 1 ) DEFAULT '0' NOT NULL;
+UPDATE `config` SET `description`='C=Category, D=Division, N=2 digit Number' WHERE `var`='project_num_format';