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:
Tristan Olive 2015-04-22 11:31:51 -04:00
parent baff82a0be
commit 4c14f1c3c6
1 changed files with 3 additions and 1 deletions

View File

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