Home
last modified time | relevance | path

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

/plugin/issuetracker/
H A Dedit.php43 //issuemod_changes = The issue changed on %s from %s to %s.
44 … $changes = sprintf($lang['issuemod_changes'],$lang['th_'.$column], $old_value, $new_value);
H A Daction.php2717 //issuemod_changes = The issue changed on %s from %s to %s.
2718 …$changes = sprintf($this->getLang('issuemod_changes'),$this->getLang('th_'.$column), $old_value, $…