From a404ba41e7f0d23f1ad1399b8b042ab9cea762da Mon Sep 17 00:00:00 2001
From: Jesse Hofmann-Smith <jesse@opensourcery.com>
Date: Fri, 7 Nov 2014 13:08:27 -0800
Subject: [PATCH] enter your keywords

---
 plugins/content_types/search_box/search_box.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/content_types/search_box/search_box.inc b/plugins/content_types/search_box/search_box.inc
index 2517a34..acf0c03 100644
--- a/plugins/content_types/search_box/search_box.inc
+++ b/plugins/content_types/search_box/search_box.inc
@@ -68,6 +68,7 @@ function panopoly_search_search_box_content_type_render($subtype, $conf, $panel_
   module_load_include('inc', 'search', 'search.pages');
 
   $block->content = drupal_build_form('search_form', $form_state);
+  $block->content['basic']['keys']['#title'] = t('Enter your keywords');
   if ($conf['form'] == 'simple' && isset($block->content['advanced'])) {
     $block->content['advanced']['#access'] = FALSE;
   }
-- 
1.9.3 (Apple Git-50)

