You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lang/en/qtype_drawlines.php
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@
31
31
$string['correctanswersare'] = 'The correct answers are: {$a}';
32
32
$string['dropbackground'] = 'Background image for Draw lines';
33
33
34
-
$string['formerror_nobgimage'] = 'You need to select an image to use as the background for the drag and drop area.';
35
34
$string['formerror_invalidimagesize'] = 'Image file should not be larger than 600x600 px. The uploaded image file size is {$a->width}x{$a->height} px.';
35
+
$string['formerror_nobgimage'] = 'You need to select an image to use as the background for the drag and drop area.';
36
36
$string['formerror_nolines'] = 'You need to expand \'Line 1\' and fill the form for it';
37
37
$string['formerror_notype'] = 'You have to select a type for Line {$a}';
38
38
$string['formerror_zoneend'] = 'End zone coordinates should be in x,y;r format, where x,y are the coordinates of the centre of a circle and r is the radius.';
@@ -75,6 +75,8 @@
75
75
$string['refresh'] = 'Refresh preview';
76
76
77
77
$string['showmisplaced'] = 'State which zones are incorrectly placed';
78
+
$string['showmisplacedcoordinate'] = 'The coordinate {$a} is placed incorrectly.';
79
+
$string['showmisplacedcoordinates'] = 'The coordinates {$a} are placed incorrectly.';
0 commit comments