mirror of https://github.com/BOINC/boinc.git
Updated description text of Additional BOINC resources field to include how additional resources relate to the official resource (official resource overrides in the event of overlap / duplicate strings)
(DBOINCP-141)
This commit is contained in:
parent
baff82a0be
commit
4c14f1c3c6
|
@ -93,7 +93,9 @@ function boinctranslate_admin_settings(&$form_state) {
|
|||
for translating strings on this site (one resource string per line).
|
||||
Resources will be imported in the order they are given, so
|
||||
translations from the resources at the top of the list will be overridden
|
||||
by any matching translations found in resources further down the list.'),
|
||||
by any matching translations found in resources further down the list.
|
||||
Note that strings from the Official BOINC Drupal resource will override
|
||||
any strings from these additional resources.'),
|
||||
);
|
||||
$form['transifex']['boinc_translate_transifex_project_name'] = array(
|
||||
'#type' => 'textfield',
|
||||
|
|
Loading…
Reference in New Issue