diff --git a/drupal/sites/all/features/boinc_standard/boinc_standard.features.content.inc b/drupal/sites/all/features/boinc_standard/boinc_standard.features.content.inc index 2ceb9cdfa9..345ef9171f 100644 --- a/drupal/sites/all/features/boinc_standard/boinc_standard.features.content.inc +++ b/drupal/sites/all/features/boinc_standard/boinc_standard.features.content.inc @@ -59,9 +59,9 @@ function boinc_standard_content_default_fields() { ), ), 'default_value_php' => NULL, - 'label' => 'boinctranslate export to transifex', + 'label' => 'Export to Transifex', 'weight' => '101', - 'description' => 'If selected, this node will be exported to via BOINC translate to Transifex for translation. Otherwise the node will only be available in the default language.', + 'description' => 'If selected, this node will be exported to Transifex for translation. Otherwise the node will only be available in the default language.', 'type' => 'optionwidgets_onoff', 'module' => 'optionwidgets', ),