mirror of https://github.com/BOINC/boinc.git
Merge pull request #1808 from BOINC/drupal-quickfix
Drupal: fixed error messages
This commit is contained in:
commit
329efccd36
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue