Fix for bug_report plugin not handling multiple values for same key (AUTH= AUTH=)
[squirrelmail.git] / plugins / message_details / setup.php
index 95f49d51a430fd858aa0c81025a337797b0da184..c7270be5cbbbbbbda12b415b7f9effb35ce694ec 100644 (file)
@@ -7,7 +7,7 @@
  *
  * @author Marc Groot Koerkamp
  * @copyright © 2002 Marc Groot Koerkamp, The Netherlands
- * @copyright © 2002-2007 The SquirrelMail Project Team
+ * @copyright © 2002-2009 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
@@ -46,7 +46,7 @@ function show_message_details(&$links) {
 
     /* Output the link. */
     $links[] = array('URL' => $url,
-        'Text' => _("View Message details") );
+        'Text' => _("View Message Details") );
 
     if (checkForJavascript()) {
         echo '<script type="text/javascript">' . "\n"