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