diff --git a/includes/locale.inc b/includes/locale.inc index 37cd36ff63e..d74e340ddf5 100644 --- a/includes/locale.inc +++ b/includes/locale.inc @@ -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');