$string['answer'] = 'Answer';
$string['answeredcorrectly'] = 'answered correctly.';
$string['answersfornumerical'] = 'Answers for Numerical questions should be matched pairs of Minimum and Maximum values';
-$string['arrangebuttonshorizontally'] = 'Arrange Branch buttons horizontally in slideshow mode?';
+$string['arrangebuttonshorizontally'] = 'Arrange Branch buttons horizontally?';
$string['attempt'] = 'Attempt: $a';
$string['attempts'] = 'Attempts';
$string['attemptsdeleted'] = 'Deleted attempts';
/* Next classes are for branch table buttons when displayed horizontally */
.mod-lesson .prevhorizontal,
-.mod-lesson .prevhorizontal .lessonbutton,
+.mod-lesson .prevhorizontal div,
.mod-lesson .nexthorizontal,
-.mod-lesson .nexthorizontal .lessonbutton,
+.mod-lesson .nexthorizontal div,
.mod-lesson .standardhorizontal,
-.mod-lesson .standardhorizontal .lessonbutton {
+.mod-lesson .standardhorizontal div {
display: inline;
}