list ($success, $ret) = _gallery_init(true);
if (!$success) {
gallery_error(t('Unable to initialize embedded Gallery'), $ret);
- $err_msg = t('Unable to initialize embedded Gallery. You need to <a href="%link">
+ $err_msg = t('Unable to initialize embedded Gallery. You need to <a href="@link">
configure your embedded Gallery</a>.',
- array('%link' => url('admin/settings/gallery')));
+ array('@link' => url('admin/settings/gallery')));
return $err_msg;
}
// Turn off sidebar