From faab2792af4e54342362c9ba96b72d1c8c806908 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Sat, 25 Aug 2018 22:54:45 +0200 Subject: massive english corrections, thanks to Haezel --- error.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'error.cgi') diff --git a/error.cgi b/error.cgi index f19c98d..f91d85d 100755 --- a/error.cgi +++ b/error.cgi @@ -47,10 +47,10 @@ if File.exists?($conf.errorlog) 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") + 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}\nSincerely,\n") % {:errormessage => errormessage, :urlofsite => $conf.siteurl} + subject = _("Bug in Dudle") - $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}"} + $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:") @@ -76,7 +76,7 @@ if $conf.auto_send_report && !known f << errorstr } - %x{mail -s "Bug in dudle" #{$conf.bugreportmail} < #{tmpfile}} + %x{mail -s "Bug in Dudle" #{$conf.bugreportmail} < #{tmpfile}} File.delete(tmpfile) -- cgit v1.2.3