From 3e6b917e771605772c45369d345860531a3b88bd Mon Sep 17 00:00:00 2001 From: kink Date: Mon, 25 Jun 2007 20:26:01 +0000 Subject: [PATCH] drop "Application" on second thought (a matter of taste, mostly) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12474 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 643aeb6d..a75dac4c 100644 --- a/functions/display_messages.php +++ b/functions/display_messages.php @@ -101,7 +101,7 @@ function logout_error( $errString, $errTitle = '' ) { $sm_attribute_str = ''; if (isset($hide_sm_attributions) && !$hide_sm_attributions) { - $sm_attribute_str = _("SquirrelMail Webmail Application") . "\n" + $sm_attribute_str = _("SquirrelMail Webmail") . "\n" . _("By the SquirrelMail Project Team"); } diff --git a/src/login.php b/src/login.php index 4b175105..9c9389b7 100644 --- a/src/login.php +++ b/src/login.php @@ -144,7 +144,7 @@ if (isset($org_logo) && $org_logo) { $sm_attribute_str = ''; if (isset($hide_sm_attributions) && !$hide_sm_attributions) { - $sm_attribute_str = _("SquirrelMail Webmail Application")."\n" . + $sm_attribute_str = _("SquirrelMail Webmail")."\n" . _("By the SquirrelMail Project Team"); } -- 2.25.1