diff --git a/e107_plugins/pm/e_shortcode.php b/e107_plugins/pm/e_shortcode.php
index a98daaadf..889d9752d 100644
--- a/e107_plugins/pm/e_shortcode.php
+++ b/e107_plugins/pm/e_shortcode.php
@@ -67,7 +67,7 @@ class pm_shortcodes extends e_shortcode
'.LAN_PLUGIN_PM_INBOX.'
'.LAN_PLUGIN_PM_OUTBOX.'
- '.LAN_PM_35.'
+ '.LAN_PLUGIN_PM_NEW.'
';
@@ -111,7 +111,7 @@ class pm_shortcodes extends e_shortcode
if(deftrue('FONTAWESOME') && deftrue('BOOTSTRAP'))
{
$img = e107::getParser()->toGlyph($glyph,'');
- return "{$img} ".LAN_PM_35."";
+ return "{$img} ".LAN_PLUGIN_PM_NEW."";
}
@@ -140,4 +140,4 @@ class pm_shortcodes extends e_shortcode
-}
\ No newline at end of file
+}