From 280c4d1d783407f023fbf72a2171a3fe810d6751 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sun, 7 Mar 2010 23:22:43 +1300 Subject: [PATCH] If I put that string on one line I lose a warning from xgettext. --- htdocs/tools.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/htdocs/tools.php b/htdocs/tools.php index 70fe17cc..f1b24470 100644 --- a/htdocs/tools.php +++ b/htdocs/tools.php @@ -48,12 +48,7 @@ class Tools { $html .= "\n"; $html .= $ef->StartForm( array("autocomplete" => "off" ) ); $html .= sprintf( "\n", - translate("This operation does the following: then - ")); + translate("This operation does the following: then ")); $html .= "
%s
\n"; $html .= $ef->SubmitButton( "Sync_LDAP", translate('Submit'));