]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix casing for HMAC-SHA1.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 14 Jan 2010 22:37:06 +0000 (23:37 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 14 Jan 2010 22:37:06 +0000 (23:37 +0100)
actions/showapplication.php

index 049206375d260ff09e49f1baacaf3d439b1e5154..a6ff425c7c5f285c3becb776c012db2d1d2701df 100644 (file)
@@ -265,7 +265,7 @@ class ShowApplicationAction extends OwnerDesignAction
         $this->elementEnd('dl');
 
         $this->element('p', 'note',
-            _('Note: We support hmac-sha1 signatures. We do not support the plaintext signature method.'));
+            _('Note: We support HMAC-SHA1 signatures. We do not support the plaintext signature method.'));
         $this->elementEnd('div');
 
         $this->elementStart('p', array('id' => 'application_action'));
@@ -325,4 +325,3 @@ class ShowApplicationAction extends OwnerDesignAction
     }
 
 }
-