Don't need gettext here.
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 19 Nov 2008 08:10:57 +0000 (01:10 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 19 Nov 2008 08:10:57 +0000 (01:10 -0700)
imp/lib/Mime/Viewer/pgp.php

index f2dddf6..be00c90 100644 (file)
@@ -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()
                     )
                 ),