From 985d0184ab1e079881a4e469c783cc381d5794bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Sat, 25 Aug 2012 00:08:55 +0200 Subject: bug 860: Reunite split up strings for translation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- www/wot.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'www') diff --git a/www/wot.php b/www/wot.php index bf5d301..d35864f 100644 --- a/www/wot.php +++ b/www/wot.php @@ -333,12 +333,16 @@ $iecho= "c"; if(($drow['total'] + $newpoints) >= 100 && $newpoints > 0) { -// $body .= _("You now have over 100 points and can start assuring others.")."\n\n"; - $body .= _("You have at least 100 Assurance Points, if you want to become an assurer try the")." "; - $body .= _("Assurer Challenge")." ( https://cats.cacert.org )\n\n"; - $body .= _("To make it easier for others in your area to find you, it's helpful to list yourself as an assurer (this is voluntary), as well as a physical location where you live or work the most. You can flag your account to be listed, and add a comment to the display by going to:")."\n\n"; + $body .= _("You have at least 100 Assurance Points. If you want ". + "to become an assurer try the Assurer Challenge"). + " ( https://cats.cacert.org )\n\n"; + $body .= _("To make it easier for others in your area to find ". + "you, it's helpful to list yourself as an assurer (this ". + "is voluntary), as well as a physical location where you ". + "live or work the most. You can flag your account to be ". + "listed, and add a comment to the display by going to:")."\n"; $body .= "https://www.cacert.org/wot.php?id=8\n\n"; - $body .= _("You can list your location by going to:")."\n\n"; + $body .= _("You can list your location by going to:")."\n"; $body .= "https://www.cacert.org/wot.php?id=13\n\n"; } -- cgit v1.2.1 From d8f6a8160f62314dc94b9037089193d4ab295c9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Tue, 30 Oct 2012 23:51:14 +0100 Subject: bug 860: Add changes requested in comment ~3277 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add full stop at end of sentence - more sensible word wrapping Signed-off-by: Michael Tänzer --- www/wot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/wot.php b/www/wot.php index d35864f..ffc097b 100644 --- a/www/wot.php +++ b/www/wot.php @@ -335,7 +335,7 @@ $iecho= "c"; { $body .= _("You have at least 100 Assurance Points. If you want ". "to become an assurer try the Assurer Challenge"). - " ( https://cats.cacert.org )\n\n"; + " ( https://cats.cacert.org ).\n\n"; $body .= _("To make it easier for others in your area to find ". "you, it's helpful to list yourself as an assurer (this ". "is voluntary), as well as a physical location where you ". -- cgit v1.2.1