aboutsummaryrefslogtreecommitdiff
path: root/error.cgi
diff options
context:
space:
mode:
authorRafael Fontenelle <rafaelff@gnome.org>2018-08-16 20:43:14 -0300
committerRafael Fontenelle <rafaelff@gnome.org>2018-08-16 20:43:14 -0300
commit5acc09c74469814eac904da77be3103430fe3f48 (patch)
treed9ef80caa5858d96aa63d8d7bd5d6a0e1e74c39e /error.cgi
parentfa661ef87b345d8039a3d973b00f08c2dd60acb6 (diff)
Fix minor typos
Diffstat (limited to 'error.cgi')
-rwxr-xr-xerror.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.cgi b/error.cgi
index 40cf209..f19c98d 100755
--- a/error.cgi
+++ b/error.cgi
@@ -50,7 +50,7 @@ end
errormessagebody = _("Hi!\n\nI found a bug in your application at %{urlofsite}.\nI did the following:\n\n<please describe what you did>\n<e.g., I wanted to sent a comment to the poll.>\n\nI am using <please state your browser and operating system>\n%{errormessage}\nYours,\n") % {:errormessage => errormessage, :urlofsite => $conf.siteurl}
subject = _("Bug in dudle")
- $d << _("An error occured while executing dudle.<br/>Please send an error report, including your browser, operating system, and what you did to %{admin}.") % {:admin => "<a href='mailto:#{$conf.bugreportmail}?subject=#{urlescape(subject)}&amp;body=#{urlescape(errormessagebody)}'>#{$conf.bugreportmail}</a>"}
+ $d << _("An error occurred while executing dudle.<br/>Please send an error report, including your browser, operating system, and what you did to %{admin}.") % {:admin => "<a href='mailto:#{$conf.bugreportmail}?subject=#{urlescape(subject)}&amp;body=#{urlescape(errormessagebody)}'>#{$conf.bugreportmail}</a>"}
if (errorstr)
errorheadstr = _("Please include the following as well:")