summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/locale.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/locale.inc b/includes/locale.inc
index 37cd36ff6..d74e340dd 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');