More Favorite pluginification (favecount, cache, menus(favecount, cache, menus))

This commit is contained in:
Mikael Nordfeldth
2014-06-28 13:11:03 +02:00
parent c137ead909
commit 7e597ea7cc
29 changed files with 136 additions and 169 deletions

View File

@@ -141,8 +141,8 @@ class TrainAction extends Action
if ($this->boolean('ajax')) {
$this->startHTML('text/xml;charset=utf-8');
$this->elementStart('head');
// TRANS: Page title for page on which favorite notices can be unfavourited.
$this->element('title', null, _('Disfavor favorite.'));
// TRANS: Page title for page on which we train the spam filter for ham or spam
$this->element('title', null, _('Train spam filter'));
$this->elementEnd('head');
$this->elementStart('body');
$form->show();