In this version, you are using the following code throughout:
variable_get('scroll_to_top_label', t('Back to top'))

it should be:
t(variable_get('scroll_to_top_label', 'Back to top'))

Take a look at http://drupal.org/node/299085.

Thanks for an awesome module!

Comments

tarekdj’s picture

@moehac fix commited to dev release thanks.

tarekdj’s picture

Version: 7.x-2.0-beta5 » 7.x-2.x-dev
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.