From 42a373e5012c3f8aaa065436eebe06f1c97b52d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Tue, 13 Sep 2016 11:04:52 +0200 Subject: [PATCH] Update post_shortcodes.php Add pharse --- e107_plugins/forum/shortcodes/batch/post_shortcodes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_plugins/forum/shortcodes/batch/post_shortcodes.php b/e107_plugins/forum/shortcodes/batch/post_shortcodes.php index 392d302b8..2c9ef1006 100644 --- a/e107_plugins/forum/shortcodes/batch/post_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/post_shortcodes.php @@ -283,7 +283,7 @@ class plugin_forum_post_shortcodes extends e_shortcode return ''; } - return "Options"; //TODO LAN. + return "".LAN_FORUM_8013.""; //TODO LAN. } @@ -475,4 +475,4 @@ class plugin_forum_post_shortcodes extends e_shortcode } -?> \ No newline at end of file +?>