Skip to content

Commit

Permalink
changed language on field box to be less specific to keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmaturen committed May 24, 2012
1 parent 212464f commit 8ef163d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions hooks/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function HookInline_keywordsSearchSearchbarbottomtoolbar()
?>
<div id="SearchBoxPanel" class="keywordPanel">
<div class="SearchSpace">
<h2><?php echo $lang["addkeywords"]; ?></h2>
<h2><?php echo $lang["editfields"]; ?></h2>
<p><?php echo $lang['keywordstoresource']; ?></p>

<form id="manipulateKeywords">
Expand All @@ -19,7 +19,7 @@ function HookInline_keywordsSearchSearchbarbottomtoolbar()
</span>
<input type="button" id="selectAllResourceButton" value="<?php echo $lang["selectall"]; ?>">
<input type="button" id="clearSelectedResourceButton" value="<?php echo $lang["unselectall"]; ?>">
<input type="button" id="submitSelectedResourceButton" value="<?php echo $lang["addkeywords"]; ?>">
<input type="button" id="submitSelectedResourceButton" value="<?php echo $lang["submitchanges"]; ?>">
</form>
</div>
</div>
Expand Down
9 changes: 5 additions & 4 deletions languages/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ' .
Expand All @@ -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');
Expand Down

0 comments on commit 8ef163d

Please sign in to comment.