Skip to content

Commit

Permalink
Singular
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 7, 2014
1 parent ca17938 commit 4a0fe22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Mime/Viewer/Pgp.php
Expand Up @@ -438,7 +438,7 @@ protected function _outputPGPSigned()

if (!$sig_part) {
$status2->action(IMP_Mime_Status::ERROR);
$sig_text = _("This digitally signed messages is broken");
$sig_text = _("This digitally signed message is broken");
$ret[$base_id]['wrap'] = 'mimePartWrapInvalid';
} else {
try {
Expand Down

0 comments on commit 4a0fe22

Please sign in to comment.