From: Brion Vibber Date: Sun, 3 Apr 2011 22:37:39 +0000 (-0700) Subject: Switch some strings from heredoc to double-quotes so xgettext picks them up. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c642eb27717d98c835908db878990d90203e96a1;p=quix0rs-gnu-social.git Switch some strings from heredoc to double-quotes so xgettext picks them up. --- 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));