diff options
Diffstat (limited to 'actions/noticesearch.php')
-rw-r--r-- | actions/noticesearch.php | 3 |
1 files changed, 1 insertions, 2 deletions
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() { |