Merge pull request #1808 from BOINC/drupal-quickfix

Drupal: fixed error messages
This commit is contained in:
tristanolive 2017-03-15 11:21:58 -04:00 committed by GitHub
commit 329efccd36
1 changed files with 2 additions and 2 deletions

View File

@ -352,7 +352,7 @@ function boinctranslate_initialize_languages() {
}
else {
$variables = array(
'%project' => $project,
'%project' => $project_name,
);
drupal_set_message(
t('No languages found for %project. (Does the configured account have sufficient privileges at Transifex?)', $variables),
@ -368,7 +368,7 @@ function boinctranslate_initialize_languages() {
}
else {
$variables = array(
'%project' => $project,
'%project' => $project_name,
);
drupal_set_message(
t('Invalid response while getting languages for %project.', $variables),