Merge pull request #2026 from drshawnkwang/drupal_fix-i18n-wording

Drupal: Changed wording of node-edit section for boinc translate.
This commit is contained in:
tristanolive 2017-08-17 00:06:11 -04:00 committed by GitHub
commit 6585523042
1 changed files with 2 additions and 2 deletions

View File

@ -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',
),