msgid "error-reporter:no users"
msgstr "error-reporter:keine Benutzer"
+
+msgid "error-reporter:Submit"
+msgstr "error-reporter:Absenden"
echo sprintf("<form action='%s' method='get'></form>\n", $_SERVER["PHP_SELF"]);
// probably we have to insert an error report
-if(($getAction == "submit" and $postSubmit == _("Insert")))
+if(($getAction == "submit" and $postSubmit == _c("error-reporter:Submit")))
{
// All fields must be filled out
if((trim($postMachine) == "") or (trim($postText) == "")) {
"Visible only for administrators (use this if your report is about security ".
"issues)"));
echo sprintf("<tr><td /><td><input type='submit' name='submit' value='%s' />".
- "d></tr>\n", _("Insert"));
+ "</td></tr>\n", _c("error-reporter:Submit"));
echo "</table></form><p />\n";
_PageBlue();