Home
last modified time | relevance | path

Searched +full:note_done +(+path:plugin +path:do) -(+path:plugin +path:do +path:lang) (Results 1 – 2 of 2) sorted by relevance

/plugin/do/syntax/
Ddo.php248 …. (empty($data['task']['msg']) ? '' : '(' . $this->getLang('js')['note_done'] . hsc($data['task'][…
/plugin/do/scripts/
DPluginDo.js345 … commitmsg = (commitmsg ? ' (' + PluginDo.getLang("note_done") + commitmsg + ')' : '');
422 … $dotags.find('span.plugin_do_commit').html(' (' + PluginDo.getLang("note_done") + msg + ')');