Skip to content

Commit

Permalink
issue #199: change sub header
Browse files Browse the repository at this point in the history
  • Loading branch information
CachingFoX committed Mar 13, 2017
1 parent 31b0146 commit b9e7768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gc_little_helper_II.user.js
Expand Up @@ -8939,7 +8939,7 @@ var mainGC = function () {
html += "<div id='gclh_config_pq'>";
html += checkboxy('settings_fixed_pq_header', 'Show fixed header in PQ list') + "<br/>";
html += checkboxy('settings_pq_warning', "Get a warning in case of empty pocket queries") + show_help("Show a message if one or more options are in conflict. This helps to avoid empty pocket queries.") + "<br/>";
html += "<div style='margin-top: 9px; margin-left: 5px'><b>New Pocket Query</b></div>";
html += "<div style='margin-top: 9px; margin-left: 5px'><b>Default values for new Pocket Query</b></div>";
html += checkboxy('settings_pq_set_cachestotal', "Set number of caches to ") + "<input class='gclh_form' size=3 type='text' id='settings_pq_cachestotal' value='" + settings_pq_cachestotal + "'>&nbsp;" + show_help("Specifies the default value for total caches.") + "<br/>";
html += checkboxy('settings_pq_option_ihaventfound', "Enable option '<i>I haven't found</i>' by default") + show_help("This activates the option '<i>I haven't found</i>' by default.") + "<br/>";
html += checkboxy('settings_pq_option_idontown', "Enable option '<i>I don't own</i>' by default") + show_help("This activates the option '<i>I don't own</i>' by default.") + "<br/>";
Expand Down

0 comments on commit b9e7768

Please sign in to comment.