From 8bc594ba755f1d42842f03a9b3b5ec551309e799 Mon Sep 17 00:00:00 2001 From: kink Date: Mon, 21 Mar 2005 22:18:32 +0000 Subject: [PATCH] "development team" -> "project team" git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9125 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/display_messages.php | 2 +- src/login.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/display_messages.php b/functions/display_messages.php index b1a22598..b6ccd15c 100644 --- a/functions/display_messages.php +++ b/functions/display_messages.php @@ -107,7 +107,7 @@ function logout_error( $errString, $errTitle = '' ) { } echo ( $hide_sm_attributions ? '' : '' . _("SquirrelMail Webmail Application") . '
'. - _("By the SquirrelMail Development Team") . "
\n" ). + _("By the SquirrelMail Project Team") . "
\n" ). ''. '
'. ''. diff --git a/src/login.php b/src/login.php index 4f6e8aa1..90f16c3f 100644 --- a/src/login.php +++ b/src/login.php @@ -140,7 +140,7 @@ echo html_tag( 'table', : '' ). ( (isset($hide_sm_attributions) && $hide_sm_attributions) ? '' : '' . _("SquirrelMail Webmail Application") . '
' ."\n". - ' ' . _("By the SquirrelMail Development Team") . '
' . "\n" ) . + ' ' . _("By the SquirrelMail Project Team") . '
' . "\n" ) . html_tag( 'table', html_tag( 'tr', html_tag( 'td', -- 2.25.1