From dc1e95c96a1ddceaf845ee5252514e47b1c1931b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mudr=C3=A1k?= Date: Wed, 24 Oct 2012 17:41:54 +0800 Subject: [PATCH] MDL-35422 Fix the confusing submit button label --- mod/workshop/lang/en/workshop.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/workshop/lang/en/workshop.php b/mod/workshop/lang/en/workshop.php index 6efe8498e6d..4c483e26353 100644 --- a/mod/workshop/lang/en/workshop.php +++ b/mod/workshop/lang/en/workshop.php @@ -83,7 +83,7 @@ $string['configgradedecimals'] = 'Default number of digits that should be shown $string['configgradinggrade'] = 'Default maximum grade for assessment in workshops'; $string['configmaxbytes'] = 'Default maximum submission file size for all workshops on the site (subject to course limits and other local settings)'; $string['configstrategy'] = 'Default grading strategy for workshops'; -$string['createsubmission'] = 'Submit'; +$string['createsubmission'] = 'Start preparing your submission'; $string['daysago'] = '{$a} days ago'; $string['daysleft'] = '{$a} days left'; $string['daystoday'] = 'today';