CRM-19207: Update description
authortschuettler <tschuettler@oxfam.de>
Thu, 11 Aug 2016 11:25:26 +0000 (13:25 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Aug 2016 11:25:26 +0000 (13:25 +0200)
templates/CRM/Admin/Form/Setting/Localization.tpl

index 8b45377aa2290d3c053c16cf5e6632b023bf47df..2e6f49a4bc1d784ffc7e4f3713bdf133c306fc4f 100644 (file)
         {else}
           <tr class="crm-localization-form-block-description">
               <td>
-              <span class="description">{ts}In order to use this functionality, the installation's database user must have privileges to create triggers (in MySQL 5.0 – and in MySQL 5.1 if binary logging is enabled – this means the SUPER privilege). This install either does not seem to have the required privilege enabled.{/ts} {ts}(Multilingual support currently cannot be enabled on installations with enabled logging.){/ts}</span><br /><br />
+              <span class="description">{ts}In order to use this functionality, the installation's database user must have privileges to create triggers and views (in MySQL 5.0 – and in MySQL 5.1 if binary logging is enabled – this means the SUPER privilege). This install either does not seem to have the required privilege enabled.{/ts} {ts}(Multilingual support currently cannot be enabled on installations with enabled logging.){/ts}</span><br /><br />
               <span class="description" style="color:red">{$warning}</span></td>
           </tr>
         {/if}