Skip to content

Commit d70659c

Browse files
committed
Adjust spacing in mentors button
1 parent a61ab50 commit d70659c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/proofers/for_mentors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ function output_page_summary_table(Round $mentored_round, string $projectid)
368368
echo "<form method='POST' action='#$projectid'>";
369369
echo "<input type='hidden' name='projectid' value='$projectid'>";
370370
echo "<input type='hidden' name='proofreader' value='" . attr_safe($row["username"]) . "'>";
371-
echo "<input type='submit' name='checkout_proofreader' value='" . attr_safe(_("Checkout available pages")) . "'>";
371+
echo "<input type='submit' name='checkout_proofreader' value='" . attr_safe(_("Check out available pages")) . "'>";
372372
echo "</form>";
373373
}
374374
echo "</td>";

0 commit comments

Comments
 (0)