Skip to content
Snippets Groups Projects
Commit 6a2d38b4 authored by Roger W Feese's avatar Roger W Feese
Browse files

Updated course size warning text.

parent b6b5e1c6
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
<name value="Courses to Migrate Module"/>
<handle value="crs_migrate_bb"/>
<description value="Displays a list of courses the user is Instructing and allows them to designate the ones to be migrated to the new server."/>
<version value="0.3.2"/>
<version value="0.3.3"/>
<requires>
<bbversion value="8.0.0"/>
......
......@@ -29,7 +29,7 @@
<%!
static final long COURSE_SIZE_LIMIT = 4294967296L; //(4GB) Courses larger than this size can cause problems for the export/import tools
static final String COURSE_SIZE_WARNING = "This course may be too large to be migrated automatically. For assistance, please contact the computer help center at: 472-3970.";
static final String COURSE_SIZE_WARNING = "This course may be too large to be migrated automatically. For assistance, please contact the computer help center at: 402-472-3970.";
String display_orgs;
String filter_enabled;
String filter_type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment