diff --git a/php/classes/class-qsm-install.php b/php/classes/class-qsm-install.php index bbbb6cbc5..b8b2770cc 100644 --- a/php/classes/class-qsm-install.php +++ b/php/classes/class-qsm-install.php @@ -1446,7 +1446,7 @@ public function register_default_settings() { 'option_tab' => 'text-other', ); $mlwQuizMasterNext->pluginHelper->register_quiz_setting( $field_array, 'quiz_text' ); - // Registers quick result wrong answer setting + // Registers limit the number of choices $field_array = array( 'id' => 'quiz_limit_choice', 'label' => __( 'Limit of choice is reached.', 'quiz-master-next' ),