Update translator documentation.

Whitespace updates.
i18n/L10n updates.
This commit is contained in:
Siebrand Mazeland
2011-06-05 20:42:11 +02:00
parent 8807705bb4
commit 49eb66c57e
6 changed files with 32 additions and 28 deletions

View File

@@ -181,7 +181,7 @@ class SearchSubPlugin extends Plugin
* or Sphinx search backends.
*
* @param Notice $notice
* @param string $search
* @param string $search
* @return boolean
*/
function matchSearch(Notice $notice, $search)
@@ -226,7 +226,6 @@ class SearchSubPlugin extends Plugin
*
* @return boolean hook return
*/
function onEndSubGroupNav($widget)
{
$action = $widget->out;
@@ -296,11 +295,11 @@ class SearchSubPlugin extends Plugin
if (!empty($searches) && count($searches) > 0) {
$searchSubMenu = new SearchSubMenu($menu->out, $user, $searches);
$menu->submenu(_m('Searches'), $searchSubMenu);
// TRANS: Sub menu for searches.
$menu->submenu(_m('MENU','Searches'), $searchSubMenu);
}
}
return true;
}
}