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

hass’s picture

Assigned: quiptime »
Status: Active » Fixed

Bug 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

hass’s picture

Version: 6.x-1.x-dev » 4.7.x-1.x-dev
Anonymous’s picture

Status: Fixed » Closed (fixed)