Merge pull request #744 from pafcu/searchhelp

Add hint on how to use search box
This commit is contained in:
Thomas Willingham
2014-12-15 14:53:25 +00:00
4 changed files with 5 additions and 4 deletions

View File

@@ -259,6 +259,7 @@ $powered_by = '';
'$localuser' => local_user(),
'$sel' => $a->nav_sel,
'$powered_by' => $powered_by,
'$help' => t('@name, #tag, content'),
'$pleasewait' => t('Please wait...')
));