From 5acc09c74469814eac904da77be3103430fe3f48 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Thu, 16 Aug 2018 20:43:14 -0300 Subject: Fix minor typos --- error.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'error.cgi') 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\n\n\nI am using \n%{errormessage}\nYours,\n") % {:errormessage => errormessage, :urlofsite => $conf.siteurl} subject = _("Bug in dudle") - $d << _("An error occured while executing dudle.
Please send an error report, including your browser, operating system, and what you did to %{admin}.") % {:admin => "#{$conf.bugreportmail}"} + $d << _("An error occurred while executing dudle.
Please send an error report, including your browser, operating system, and what you did to %{admin}.") % {:admin => "#{$conf.bugreportmail}"} if (errorstr) errorheadstr = _("Please include the following as well:") -- cgit v1.2.3