diff options
author | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-13 00:46:08 -0400 |
---|---|---|
committer | Mike Cochrane <mikec@mikenz.geek.nz> | 2008-07-13 00:46:08 -0400 |
commit | 834c21b2aaf78da1081416d05098286e9bf17c2a (patch) | |
tree | a57182952d58f659dd0e950e886f9f62be305f7c /actions/noticesearch.php | |
parent | 464e70ac5dd85cc55e33c6e1f4a9eed797362a7d (diff) |
Merge some gettext strings to one line so translation tools are happier
darcs-hash:20080713044608-533db-ee16aecee9b6d82b22ce6a25f6a9573c23eee9f8.gz
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() { |