From 2c5280c4b15c7af3e2d0b7ae7164043f071c4968 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 19 Nov 2008 01:10:57 -0700 Subject: [PATCH] Don't need gettext here. --- imp/lib/Mime/Viewer/pgp.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/imp/lib/Mime/Viewer/pgp.php b/imp/lib/Mime/Viewer/pgp.php index f2dddf68b..be00c90d2 100644 --- a/imp/lib/Mime/Viewer/pgp.php +++ b/imp/lib/Mime/Viewer/pgp.php @@ -131,7 +131,7 @@ class IMP_Horde_Mime_Viewer_pgp extends Horde_Mime_Viewer_Driver 'data' => '', 'status' => array( array( - 'icon' => Horde::img('mime/encryption.png', _("PGP")), + 'icon' => Horde::img('mime/encryption.png', 'PGP'), 'text' => array() ) ), @@ -216,7 +216,7 @@ class IMP_Horde_Mime_Viewer_pgp extends Horde_Mime_Viewer_Driver { /* Initialize status message. */ $status = array( - 'icon' => Horde::img('mime/encryption.png', _("PGP")), + 'icon' => Horde::img('mime/encryption.png', 'PGP'), 'text' => array( _("A PGP Public Key was attached to the message.") ) @@ -255,7 +255,7 @@ class IMP_Horde_Mime_Viewer_pgp extends Horde_Mime_Viewer_Driver 'data' => '', 'status' => array( array( - 'icon' => Horde::img('mime/encryption.png', _("PGP")), + 'icon' => Horde::img('mime/encryption.png', 'PGP'), 'text' => array() ) ), -- 2.11.0