Consistency
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 16 Jan 2009 00:25:51 +0000 (00:25 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 16 Jan 2009 00:25:51 +0000 (00:25 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13394 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/message_details/setup.php

index 95f49d51a430fd858aa0c81025a337797b0da184..b461b13fd8407de25e0a59ed6f6716e7db64c6d7 100644 (file)
@@ -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"