Closed (fixed)
Project:
Notifications
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2008 at 12:20 UTC
Updated:
12 Nov 2008 at 13:53 UTC
Within the file notifications_content.module, on line 185, a wrong token is used. [node-type] should be [type-name].
original:
'line' => t('The [node-type] has been updated'),
should be:
'line' => t('The [type-name] has been updated'),
The original token will not be translated in digest email notifications.
Comments
Comment #1
altparty commentedComment #2
jose reyero commentedThanks, fixed for 5.x and 6.x
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.