You are here

function nivo_slider_i18n_string_refresh in Nivo Slider 7

Implements hook_i18n_string_refresh()

File

./nivo_slider.module, line 178
Primarily Drupal hooks.

Code

function nivo_slider_i18n_string_refresh() {
  nivo_slider_locale_refresh();
  return true;
}