mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Spell out more clearly
This commit is contained in:
parent
36365f49aa
commit
c26c01d7ea
@ -71,8 +71,8 @@ function output_crash_reporter_html($crash_reports) {
|
||||
echo gettext("Contents of crash reports") . ":<br/>";
|
||||
echo "<textarea readonly rows='40' cols='65' name='crashreports'>{$crash_reports}</textarea>";
|
||||
echo "<p/>";
|
||||
echo "<input name=\"Submit\" type=\"submit\" class=\"formbtn\" value=\"" . gettext("Yes") . "\">";
|
||||
echo "<input name=\"Submit\" type=\"submit\" class=\"formbtn\" value=\"" . gettext("No") . "\">";
|
||||
echo "<input name=\"Submit\" type=\"submit\" class=\"formbtn\" value=\"" . gettext("Yes") . "\">" . gettext(" - Submit this to the developers for inspection");
|
||||
echo "<p/><input name=\"Submit\" type=\"submit\" class=\"formbtn\" value=\"" . gettext("No") . "\">" . gettext(" - Just delete the crash reporter and take me back to the Dashboard");
|
||||
echo "<p/>";
|
||||
echo "</form>";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user