• Resolved kaquna

    (@kaquna)


    hi

    in the quiz section, when you have completed one of the quizzes, appears a table with previous attempts. the title has no translate becouse this line in previous-attempts.php

    
    <div class="tutor-quiz-attempt-history-title"><?php _e('Previous attempts', 'tutor-pro'); ?></div>
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kaquna

    (@kaquna)

    of course, it can be changed, putting the file in child theme, but I think it would be better if it was changed in the original file…

    Thread Starter kaquna

    (@kaquna)

    also, the next lines…

    
    <th><?php _e('Correct Answer', 'tutor'); ?></th>
    <th><?php _e('Incorrect Answer', 'tutor'); ?></th>
    

    …should be…

    
    <th><?php _e('Correct Answer(s)', 'tutor'); ?></th>
    <th><?php _e('Incorrect Answer(s)', 'tutor'); ?></th>
    

    …because that’s how it is in the po language file

    Thread Starter kaquna

    (@kaquna)

    sorry…

    ‘Incorrect Answer(s)’ neither ‘Incorrect Answer’ appear in po file. they don’t appear in po file. it should be added…

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘translate previous attempts’ is closed to new replies.