Code below should be added to uc_price_visibility.module to make message field multilingual
/**
* Implementation of hook_init().
*/
function uc_price_visibility_init() {
global $conf;
$conf['i18n_variables'][] = 'uc_price_visibility_message';
}
Comments
Comment #1
fizk commentedWould changing this line work instead:
to
Comment #2
fizk commentedFixed. Let me know if this doesn't work for you.
http://drupalcode.org/project/uc_price_visibility.git/commit/fa1a12be970...
Comment #3
miccelito commentedYour fix works fine