diff --git a/config/categories.php b/config/categories.php index 22f4480..4767a83 100644 --- a/config/categories.php +++ b/config/categories.php @@ -119,6 +119,7 @@ } echo ""; echo ""; + echo i18n("You should assign the 'Category ID's in numerical order, starting with 1. This Category ID is used to generate the project number"); send_footer(); ?> diff --git a/config/divisions.php b/config/divisions.php index b4b9e06..dea397e 100644 --- a/config/divisions.php +++ b/config/divisions.php @@ -114,6 +114,7 @@ } echo ""; echo ""; + echo i18n("You should assign the 'Division ID's in numerical order, starting with 1. This Division ID is used to generate the project number"); send_footer(); ?>