#58997, missing t() in locale.inc, patch by wulff
parent
631d150644
commit
6777549d95
|
@ -296,7 +296,7 @@ function _locale_admin_export_screen() {
|
|||
$form['export'] = array('#type' => 'fieldset',
|
||||
'#title' => 'Export template',
|
||||
'#collapsible' => TRUE,
|
||||
'#description' => 'Generate a gettext Portable Object Template (.pot) file with all the interface strings from the Drupal locale database.',
|
||||
'#description' => t('Generate a gettext Portable Object Template (.pot) file with all the interface strings from the Drupal locale database.'),
|
||||
);
|
||||
$form['export']['submit'] = array('#type' => 'submit', '#value' => t('Export'));
|
||||
$output .= drupal_get_form('_locale_export_pot', $form, '_locale_export_po');
|
||||
|
|
Loading…
Reference in New Issue