Skip to content

Commit

Permalink
context_Plugin - превеждане на title
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuseinov committed Nov 25, 2015
1 parent 2cfe060 commit bbe16c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context/Plugin.class.php
Expand Up @@ -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");
Expand Down

0 comments on commit bbe16c8

Please sign in to comment.