Ver código fonte

"development team" -> "project team"

Thijs Kinkhorst 20 anos atrás
pai
commit
547143ef66
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      functions/display_messages.php
  2. 1 1
      src/login.php

+ 1 - 1
functions/display_messages.php

@@ -107,7 +107,7 @@ function logout_error( $errString, $errTitle = '' ) {
     }
     echo ( $hide_sm_attributions ? '' :
             '<small>' .  _("SquirrelMail Webmail Application") . '<br />'.
-            _("By the SquirrelMail Development Team") . "<br /></small>\n" ).
+            _("By the SquirrelMail Project Team") . "<br /></small>\n" ).
          '<table cellspacing="1" cellpadding="0" bgcolor="'.$color[1].'" width="70%">'.
          '<tr><td>'.
          '<table width="100%" border="0" bgcolor="'.$color[4].'" align="center">'.

+ 1 - 1
src/login.php

@@ -140,7 +140,7 @@ echo html_tag( 'table',
               : '' ).
             ( (isset($hide_sm_attributions) && $hide_sm_attributions) ? '' :
             '<small>' . _("SquirrelMail Webmail Application") . '<br />' ."\n".
-            '  ' . _("By the SquirrelMail Development Team") . '<br /></small>' . "\n" ) .
+            '  ' . _("By the SquirrelMail Project Team") . '<br /></small>' . "\n" ) .
             html_tag( 'table',
                 html_tag( 'tr',
                     html_tag( 'td',