From e2637e09954b36a0d3e27a0719b505b4702f0449 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 15 Apr 2008 14:33:01 +0000 Subject: [PATCH] translation updates --- lam/lib/modules/phpGroupwareGroup.inc | 2 +- lam/lib/modules/phpGroupwareUser.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/lib/modules/phpGroupwareGroup.inc b/lam/lib/modules/phpGroupwareGroup.inc index c5bd0e1a..010ed1f9 100644 --- a/lam/lib/modules/phpGroupwareGroup.inc +++ b/lam/lib/modules/phpGroupwareGroup.inc @@ -71,7 +71,7 @@ class phpGroupwareGroup extends baseModule { $return['help'] = array( 'extension' => array( "Headline" => _("Add phpGroupWare extension"), - "Text" => _("If you set this to true then the phpGroupware extension will be added.") + "Text" => _("If you set this to \"true\" then the phpGroupware extension will be added.") ) ); // upload dependencies diff --git a/lam/lib/modules/phpGroupwareUser.inc b/lam/lib/modules/phpGroupwareUser.inc index 1240dc37..55e1ed68 100644 --- a/lam/lib/modules/phpGroupwareUser.inc +++ b/lam/lib/modules/phpGroupwareUser.inc @@ -72,7 +72,7 @@ class phpGroupwareUser extends baseModule { $return['help'] = array( 'extension' => array( "Headline" => _("Add phpGroupWare extension"), - "Text" => _("If you set this to true then the phpGroupware extension will be added.") + "Text" => _("If you set this to \"true\" then the phpGroupware extension will be added.") ), 'phpgwAccountStatus' => array( "Headline" => _("Account status"),