Index: lams_central/conf/language/ApplicationResources.properties =================================================================== diff -u -r27bcd98570f2e07f3e74731731e080e484727cfe -r6a2f57aba49fdf78725418dfde95056700cfe869 --- lams_central/conf/language/ApplicationResources.properties (.../ApplicationResources.properties) (revision 27bcd98570f2e07f3e74731731e080e484727cfe) +++ lams_central/conf/language/ApplicationResources.properties (.../ApplicationResources.properties) (revision 6a2f57aba49fdf78725418dfde95056700cfe869) @@ -160,6 +160,6 @@ error.lastname.required =Last name is required. error.email.required =Email address is required. error.valid.email.required =Valid email address is required. +message.lesson.not.started.cannot.participate=This lesson has not been started. You cannot participate in the lesson until it is started. - #======= End labels: Exported 154 labels for en AU ===== Index: lams_central/web/WEB-INF/tiles/tiles-defs.xml =================================================================== diff -u -r08950e1090443c3423a3d1c587416a2fccd8bbdf -r6a2f57aba49fdf78725418dfde95056700cfe869 --- lams_central/web/WEB-INF/tiles/tiles-defs.xml (.../tiles-defs.xml) (revision 08950e1090443c3423a3d1c587416a2fccd8bbdf) +++ lams_central/web/WEB-INF/tiles/tiles-defs.xml (.../tiles-defs.xml) (revision 6a2f57aba49fdf78725418dfde95056700cfe869) @@ -59,9 +59,16 @@ - + + + + + + + + \ No newline at end of file