mirror of https://github.com/BOINC/boinc.git
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:
commit
6585523042
|
@ -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',
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue