cookieyes_scripts_help() contains the following code.

      $output = '<h2>' . t('About') . '</h2>';
      $output .= '<p>' . t('This module allows you to add CookieYes scripts in your site or , You do not need to open any file for this purpose.') . '</p>';

The sentence used (This module allows you to add CookieYes scripts in your site or , ) seems to miss a piece after or. and it is ending a sentence with a comma instead of a period.

This module allows you to add CookieYes scripts in your site. is already a complete sentence and should be used instead of the not correct one the module is using.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

VladimirAus created an issue. See original summary.

avpaderno’s picture

Title: Improve hook_help() » Correct the sentence used in cookieyes_scripts_help()
Category: Feature request » Task
Issue summary: View changes

avpaderno’s picture

Status: Active » Needs review
vladimiraus’s picture

Status: Needs review » Reviewed & tested by the community

On a second thought, that needs more work.
Help is really uninformative.

vladimiraus’s picture

Status: Reviewed & tested by the community » Needs work
vladimiraus’s picture

Status: Needs work » Needs review

That makes a bit more sense.
Ready for review.

avpaderno’s picture

Status: Needs review » Needs work

All those changes are off-topic for this issue.

avpaderno’s picture

Status: Needs work » Needs review

apaderno changed the visibility of the branch 3446747-correct-the-sentence to hidden.

  • apaderno committed cf9709f6 on 2.0.x
    Issue #3446747: Correct the sentence used in cookieyes_scripts_help()
    
avpaderno’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.