Hardly worth mentioning, but there are some small typos in the words administrative and advertisement:

ad.module:127:      'pending' => t('This advertisement is currently waiting for adminsitrative approval.'),
ad.module:628:      '#description' => t('You can specify the maximum number of times this advertiesment should be displayed, after which it will be automatically expired.  If you don\'t want this advertisement to expire after a certain number of views, leave this field set to <em>0</em>.')
ad.module:637:      '#description' => t('You can specify the maximum number of times this advertiesment should be clicked, after which it will be automatically expired.  If you don\'t want this advertisement to expire after a certain number of clicks, leave this field set to <em>0</em>.')

Comments

jeremy’s picture

Assigned: Unassigned » jeremy
Status: Active » Fixed

Thanks, fixed in 4.7.x and 5.x development trees. (I got rid of the hard coded <em>'s while I was at it).

Anonymous’s picture

Status: Fixed » Closed (fixed)