Browse Source

Consistency

pdontthink 16 years ago
parent
commit
5e84fc7678
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/message_details/setup.php

+ 1 - 1
plugins/message_details/setup.php

@@ -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"