From bbe16c86eac2315c8aa3a428966161202ba6bafe Mon Sep 17 00:00:00 2001 From: Yusein Yuseinov Date: Wed, 25 Nov 2015 16:50:06 +0200 Subject: [PATCH] =?UTF-8?q?context=5FPlugin=20-=20=D0=BF=D1=80=D0=B5=D0=B2?= =?UTF-8?q?=D0=B5=D0=B6=D0=B4=D0=B0=D0=BD=D0=B5=20=D0=BD=D0=B0=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- context/Plugin.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context/Plugin.class.php b/context/Plugin.class.php index 6184e50c8a7..3eb5987d304 100644 --- a/context/Plugin.class.php +++ b/context/Plugin.class.php @@ -23,7 +23,7 @@ function on_BeforeAppendSecondRow($mvc, &$res, &$toolbar, $rowId) { if (!is_object($toolbar)) return ; - $toolbar->prepend(ht::createFnBtn(' ', NULL, NULL, array('class'=>'more-btn', 'title'=>'Други действия с този документ')), "ROW0"); + $toolbar->prepend(ht::createFnBtn(' ', NULL, NULL, array('class'=>'more-btn', 'title'=>tr('Други действия с този документ'))), "ROW0"); $toolbar->push('context/lib/contextMenu.css', "CSS"); $toolbar->push('context/lib/contextMenu.js', "JS");