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 --- about.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'about.cgi') 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 << "
" -$d << _('This Application is powered by %{Dudle}.') % {:Dudle => "dudle"} +$d << _('This application is powered by %{Dudle}.') % {:Dudle => "dudle"} $d << "
" $d << "

" + _("License") + "

" -$d << _("The sourcecode of this application is available under the terms of AGPL Version 3") -$d << _("The Sourcecode of this application can be found %{a_start}here%{a_end}.") % { :a_start => "", :a_end => ""} +$d << _("The sourcecode of this application is available under the terms of AGPL Version 3.") +$d << _("The sourcecode of this application can be found %{a_start}here%{a_end}.") % { :a_start => "", :a_end => ""} $d << '' -$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 << '' $d << "
" $d << "
" -- cgit v1.2.3