#61696 by Zen, book module: Missing t()
parent
a7cda28607
commit
781880deaa
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue