Closed (fixed)
Project:
Sections
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Reporter:
Created:
21 Feb 2006 at 15:22 UTC
Updated:
18 Aug 2007 at 17:47 UTC
sections.module
find these 2 lines:
drupal_set_message('The sections configuration has been saved.');
replace code in these 2 lines with the following code:
drupal_set_message(t('The sections configuration has been saved.'));
Please update your code.
Regards
quiptime
Comments
Comment #1
hass commentedBug has been fixed in 4.7.x branch. 5.x doesn't have this bug, HEAD is currently not in sync and will change to D6, thx
Comment #2
hass commentedComment #3
(not verified) commented