From 8ef163da4213bf1e4cf123ed23400fd7b1604cc4 Mon Sep 17 00:00:00 2001 From: Aaron Maturen Date: Wed, 23 May 2012 22:04:53 -0400 Subject: [PATCH] changed language on field box to be less specific to keywords --- hooks/search.php | 4 ++-- languages/en.php | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/hooks/search.php b/hooks/search.php index aa9d801..52a542e 100644 --- a/hooks/search.php +++ b/hooks/search.php @@ -7,7 +7,7 @@ function HookInline_keywordsSearchSearchbarbottomtoolbar() ?>
-

+

@@ -19,7 +19,7 @@ function HookInline_keywordsSearchSearchbarbottomtoolbar() "> "> - "> + ">
diff --git a/languages/en.php b/languages/en.php index 02f3138..dfe72b8 100644 --- a/languages/en.php +++ b/languages/en.php @@ -5,8 +5,9 @@ $lang['selectall'] = 'Select All'; $lang['unselectall'] = 'Unselect All'; -$lang['addkeywords'] = 'Add Keyword(s)'; -$lang['keywordstoresource'] = 'Add keyword(s) to selected resources.'; +$lang['editfields'] = 'Edit Field(s)'; +$lang['submitchanges'] = 'Submit Changes'; +$lang['keywordstoresource'] = 'Change fields on selected resources.'; $lang['inline_keywords_heading'] = 'Inline Keywords Plugin Configuration'; $lang['inline_keywords_frontm']='This is a sample configuration page for a plugin. It doesn\'t actually modify ' . @@ -16,8 +17,8 @@ $lang['inline_keywords_usertype'] = 'Type of user that should have access to this:'; $lang['inline_keywords_background_colour'] = 'What colour should the border of selected resource(s) be:'; -$lang['inline_keywords_use_jQuery_ui'] = 'Should jQuery UI be used for notifications:'; -$lang['inline_keywords_use_legacy_jQuery'] = 'Should legacy jQuery functions be used for versions of jQuery less than 1.7.x :'; +//$lang['inline_keywords_use_jQuery_ui'] = 'Should jQuery UI be used for notifications:'; +//$lang['inline_keywords_use_legacy_jQuery'] = 'Should legacy jQuery functions be used for versions of jQuery less than 1.7.x :'; $lang['no-yes'] = array('No', 'Yes');