From 834c21b2aaf78da1081416d05098286e9bf17c2a Mon Sep 17 00:00:00 2001 From: Mike Cochrane Date: Sun, 13 Jul 2008 00:46:08 -0400 Subject: Merge some gettext strings to one line so translation tools are happier darcs-hash:20080713044608-533db-ee16aecee9b6d82b22ce6a25f6a9573c23eee9f8.gz --- actions/noticesearch.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'actions/noticesearch.php') diff --git a/actions/noticesearch.php b/actions/noticesearch.php index ab383fab4..29de0ad7c 100644 --- a/actions/noticesearch.php +++ b/actions/noticesearch.php @@ -27,8 +27,7 @@ define(NOTICES_PER_PAGE, 20); class NoticesearchAction extends SearchAction { function get_instructions() { - return _('Search for notices on %%site.name%% by their contents. ' . - 'Separate search terms by spaces; they must be 3 characters or more.'); + return _('Search for notices on %%site.name%% by their contents. Separate search terms by spaces; they must be 3 characters or more.'); } function get_title() { -- cgit v1.2.3-54-g00ecf