Skip to content
Snippets Groups Projects
Commit 78f2053c authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

#217324 by Takafumi: trivial missing t() in taxonomy module

parent ab7fb800
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -673,7 +673,7 @@ function taxonomy_form_term(&$form_state, $vocabulary, $edit = array()) {
$form['advanced'] = array(
'#type' => 'fieldset',
'#title' => 'Advanced options',
'#title' => t('Advanced options'),
'#collapsible' => TRUE,
'#collapsed' => $vocabulary->hierarchy > 1 ? FALSE : TRUE,
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment