aboutsummaryrefslogtreecommitdiff
path: root/about.cgi
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2018-08-25 22:54:45 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2018-08-25 22:54:45 +0200
commitfaab2792af4e54342362c9ba96b72d1c8c806908 (patch)
treec8378815ff5a997f37b65e23b1f5831e649311ad /about.cgi
parent81803975b690804d46d8ea719a404bc732a9f604 (diff)
massive english corrections, thanks to Haezel
Diffstat (limited to 'about.cgi')
-rwxr-xr-xabout.cgi8
1 files changed, 4 insertions, 4 deletions
diff --git a/about.cgi b/about.cgi
index 623ff40..4628e01 100755
--- a/about.cgi
+++ b/about.cgi
@@ -26,13 +26,13 @@ require_relative "dudle"
$d = Dudle.new
$d << "<div>"
-$d << _('This Application is powered by %{Dudle}.') % {:Dudle => "<a href='https://dudle.inf.tu-dresden.de' />dudle</a>"}
+$d << _('This application is powered by %{Dudle}.') % {:Dudle => "<a href='https://dudle.inf.tu-dresden.de' />dudle</a>"}
$d << "</div>"
$d << "<div><h2>" + _("License") + "</h2>"
-$d << _("The sourcecode of this application is available under the terms of <a href='http://www.fsf.org/licensing/licenses/agpl-3.0.html'>AGPL Version 3</a>")
-$d << _("The Sourcecode of this application can be found %{a_start}here%{a_end}.") % { :a_start => "<a href=\"#{$conf.dudle_src}\">", :a_end => "</a>"}
+$d << _("The sourcecode of this application is available under the terms of <a href='http://www.fsf.org/licensing/licenses/agpl-3.0.html'>AGPL Version 3</a>.")
+$d << _("The sourcecode of this application can be found %{a_start}here%{a_end}.") % { :a_start => "<a href=\"#{$conf.dudle_src}\">", :a_end => "</a>"}
$d << '<a href="mailto:Benjamin_dot_Kellermann@gmx_in_germany?subject=Feedback%20to%20dudle">'
-$d << _('Write me an e-mail if you found a bug, have something which disturbes you or any other feedback.')
+$d << _('Please write me an e-mail if you have found a bug, have found something which disturbs you, or have any other feedback.')
$d << '</a>'
$d << "<br />"
$d << "</div>"