drop "Application" on second thought (a matter of taste, mostly)
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 25 Jun 2007 20:26:01 +0000 (20:26 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 25 Jun 2007 20:26:01 +0000 (20:26 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12474 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/display_messages.php
src/login.php

index 643aeb6df50b0323300501f67acdc86e390e78e8..a75dac4c194b0becb370139454ec4ee2ab75931d 100644 (file)
@@ -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");
     }
 
index 4b175105d46c9164df3154c745dfc99c5de00208..9c9389b7ad2756844dd1be1d3ce6f3b1acba2de3 100644 (file)
@@ -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");
 }