From 4c14f1c3c60c7b82544efe0a06617bc0bf973f81 Mon Sep 17 00:00:00 2001 From: Tristan Olive Date: Wed, 22 Apr 2015 11:31:51 -0400 Subject: [PATCH] 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) --- .../boinc/modules/boinctranslate/boinctranslate.admin.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drupal/sites/default/boinc/modules/boinctranslate/boinctranslate.admin.inc b/drupal/sites/default/boinc/modules/boinctranslate/boinctranslate.admin.inc index 1798a4ac6a..b00d15f59a 100644 --- a/drupal/sites/default/boinc/modules/boinctranslate/boinctranslate.admin.inc +++ b/drupal/sites/default/boinc/modules/boinctranslate/boinctranslate.admin.inc @@ -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',