@@ -62,7 +62,7 @@ function flickrup_requirements($phase) {
$requirements['flickrup_galleria_plugin']=array(
'title'=>$t('Galleria plugin'),
'severity'=>REQUIREMENT_WARNING,
'description'=>$t('For using Galleria formatter уou need to download the <a href="@download url">Galleria plugin</a> and extract the entire contents of the archive into the %path directory on your server.',array(
'description'=>$t('For using Galleria formatter Сѓou need to download the <a href="@download url">Galleria plugin</a> and extract the entire contents of the archive into the %path directory on your server.',array(
'@download url'=>$library['download url'],
'%path'=>'sites/all/libraries',
)),
@@ -79,17 +79,15 @@ function flickrup_requirements($phase) {
}
if(!variable_get('flickrup_auth_token','')){
$requirements['flickrup_flickr_auth']=array(
'title'=>$t('Flickr API Authorization keys'),
'title'=>$t('Flickr API Authorization token'),
'severity'=>REQUIREMENT_WARNING,
'description'=>$t('For using Galleria plugin, you need to download the <a href="@download url">Galleria plugin</a> and extract the entire contents of the archive into the %path directory on your server.',array(
'@url'=>url('admin/config/media/flickrup'),
)),
'description'=>$t('No token. Please see <a href="@url">help</a> for additional instructions.',array('@url'=>url('admin/help/flickrup',array('fragment'=>'auth')))),