diff --git a/e107_plugins/forum/forum_viewforum.php b/e107_plugins/forum/forum_viewforum.php index 2bc611c62..74a3217d0 100644 --- a/e107_plugins/forum/forum_viewforum.php +++ b/e107_plugins/forum/forum_viewforum.php @@ -982,7 +982,7 @@ function fadminoptions($thread_info) $stickUnstick = ($thread_info['thread_sticky'] == 1) ? 'unstick' : 'stick'; $id = intval($thread_info['thread_id']); - $lan = array('stick'=>'Stick','unstick'=>'Unstick','lock'=>"Lock", 'unlock'=>"Unlock"); + $lan = array('stick'=>LAN_FORUM_8007,'unstick'=>LAN_FORUM_8008,'lock'=>LAN_FORUM_8009, 'unlock'=>LAN_FORUM_8010); $icon = array( 'unstick' => $tp->toGlyph('chevron-down'), 'stick' => $tp->toGlyph('chevron-up'), @@ -992,11 +992,11 @@ function fadminoptions($thread_info) - $text .= "