diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-01-14 23:37:06 +0100 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-01-27 00:56:45 +0000 |
commit | 97e1acdc329c3f4dbabce37ff5985f655aa91541 (patch) | |
tree | 9d7f8a1857560f2de24bd347788c7bb2f1505318 /actions/showapplication.php | |
parent | 492950b784ccf76ad96a24732c4329e3b1ca5ac8 (diff) |
Fix casing for HMAC-SHA1.
Diffstat (limited to 'actions/showapplication.php')
-rw-r--r-- | actions/showapplication.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/actions/showapplication.php b/actions/showapplication.php index 049206375..a6ff425c7 100644 --- a/actions/showapplication.php +++ b/actions/showapplication.php @@ -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 } } - |