From 374a109bd7db6c71fdfff3e396d0a42c1c298d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Fri, 11 Apr 2014 18:51:39 +0200 Subject: bug 1138: make string more readable for translators MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/account/44.php | 2 +- pages/account/59.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pages/account') diff --git a/pages/account/44.php b/pages/account/44.php index 02dd164..d7e31c6 100644 --- a/pages/account/44.php +++ b/pages/account/44.php @@ -29,7 +29,7 @@ if (array_key_exists('ticketno', $_SESSION)) { } if (!valid_ticket_number($ticketno)) { - printf(_("I'm sorry, you did not enter a ticket number!%sYou cannot reset the password."), '
'); + printf(_("I'm sorry, you did not enter a ticket number! %s You cannot reset the password."), '
'); echo '
'._('Back to previous page.').''; showfooter(); exit; diff --git a/pages/account/59.php b/pages/account/59.php index 09771b1..ebcc5fc 100644 --- a/pages/account/59.php +++ b/pages/account/59.php @@ -46,7 +46,7 @@ if(intval($_REQUEST['oldid'])==43){ } $ticketno = ""; if(array_key_exists('ticketno', $_SESSION)) $ticketno = $_SESSION['ticketno']; if (!valid_ticket_number($ticketno) && $support == 1) { - printf(_("I'm sorry, you did not enter a ticket number!%sSupport is not allowed to view the account history without a ticket number."), '
'); + printf(_("I'm sorry, you did not enter a ticket number! %s Support is not allowed to view the account history without a ticket number."), '
'); echo '
'. _('Back to previous page.').''; showfooter(); exit; -- cgit v1.2.1