diff --git a/lib/searchaction.php b/lib/searchaction.php index 7038424fab..030d2bb724 100644 --- a/lib/searchaction.php +++ b/lib/searchaction.php @@ -138,22 +138,18 @@ class SearchAction extends Action } function searchSuggestions($q) { - // @todo FIXME: i18n issue: This formatting does not make this string get picked up by gettext. - // TRANS: Standard search suggestions shown when a search does not give any results. - $message = _(<<elementStart('div', 'help instructions'); $this->raw(common_markup_to_html($message));