From: Michael M Slusarz Date: Wed, 19 Nov 2008 08:10:57 +0000 (-0700) Subject: Don't need gettext here. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2c5280c4b15c7af3e2d0b7ae7164043f071c4968;p=horde.git Don't need gettext here. --- 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() ) ),