The code should be cleaned a little. Apart the tabs used to indent the lines, there are some code lines like:

  '#description' => 'This sets the number of posts on the blogger hope page . ',

Comments

Chajecki’s picture

Assigned: Unassigned » Chajecki

Thanks.
and I guess that the fix you expect is

  '#description' => t('...')',

right?

avpaderno’s picture

The description given in the menu definitions (the ones given by the implementation of hook_menu()) doesn't need to be passed to the function t(), as that is made from the core routines.

What I meant is that the sentence has a space before the last word, and the period; that space should be eliminated.
The same is true for the space after the period.

avpaderno’s picture

Title: Cleanup the code » Strings shown to the users contains a space before and after the period at the end of the sentence
Version: 6.x-1.1 » 6.x-1.x-dev
Assigned: Chajecki » Unassigned
Issue summary: View changes
Status: Active » Closed (outdated)

I am closing this issue, which is for a not supported Drupal version.