Skip to content

Commit

Permalink
fix: print-out tool label capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
wazelin committed Sep 23, 2024
1 parent 84f9a5f commit b510933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/classes/QtiCategoryPresetProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public function registerPresets(TestCategoryPresetProvider $presetService)
]),
TestCategoryPreset::fromArray([
'id' => 'printable',
'label' => __('Print out'),
'label' => __('Print Out'),
'qtiCategory' => 'x-tao-printable',
'description' => __('Allow a Test Taker to print out the item.'),
'order' => 700,
Expand Down

0 comments on commit b510933

Please sign in to comment.