From c642eb27717d98c835908db878990d90203e96a1 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 3 Apr 2011 15:37:39 -0700 Subject: [PATCH] Switch some strings from heredoc to double-quotes so xgettext picks them up. --- lib/searchaction.php | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) 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));