#61696 by Zen, book module: Missing t()

5.x
Neil Drumm 2006-05-04 09:11:43 +00:00
parent a7cda28607
commit 781880deaa
2 changed files with 2 additions and 2 deletions

View File

@ -676,7 +676,7 @@ function book_export($type = 'html', $nid = 0) {
print call_user_func($export_function, $nid, $depth);
}
else {
drupal_set_message('Unknown export format');
drupal_set_message(t('Unknown export format.'));
drupal_not_found();
}
}

View File

@ -676,7 +676,7 @@ function book_export($type = 'html', $nid = 0) {
print call_user_func($export_function, $nid, $depth);
}
else {
drupal_set_message('Unknown export format');
drupal_set_message(t('Unknown export format.'));
drupal_not_found();
}
}