From 630814b8e6ca0065ed71d374da75fb4a0fe387e2 Mon Sep 17 00:00:00 2001 From: Shawn Kwang Date: Fri, 11 Aug 2017 14:36:10 -0500 Subject: [PATCH] Drupal: Changed wording of node-edit section for boinc translate. https://dev.gridrepublic.org/browse/DBOINCP-394 --- .../boinc_standard/boinc_standard.features.content.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', ),