Fix casing for HMAC-SHA1.

This commit is contained in:
Siebrand Mazeland 2010-01-14 23:37:06 +01:00 committed by Zach Copley
parent 492950b784
commit 97e1acdc32
1 changed files with 1 additions and 2 deletions

View 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
}
}