From cde5efcc126dd28f590402ae24645fbab4d55140 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Tue, 9 Mar 2010 13:46:22 +0100 Subject: use better translation format --- about.cgi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'about.cgi') diff --git a/about.cgi b/about.cgi index 1d78448..65de13d 100755 --- a/about.cgi +++ b/about.cgi @@ -25,13 +25,13 @@ require "dudle" $d = Dudle.new -$d << "
" + _("If you find a bug or have something else, which disturbes you, please let me know:") -$d << '' + _("give feedback") + "
" +$d << "
" +$d << _('If you find a bug or have something else which disturbes you, please let me know: give feedback') +$d << "
" $d << "

" + _("--verbose") + "

" -$d << _("The sourcecode of this application is available under the terms of") -$d << "" + _("AGPL Version 3") + "" +$d << _("The sourcecode of this application is available under the terms of AGPL Version 3") $d << "
" -$d << _("You can get the code, using") + ' bazaar:' +$d << _("You can get the sourcecode, using bazaar:") $d << "
bzr branch #{SITEURL} dudle
" -- cgit v1.2.3