Fix translation

This commit is contained in:
Laurent Destailleur 2017-10-09 13:30:08 +02:00
parent 725e57b73e
commit 6402d5a2e4
2 changed files with 3 additions and 3 deletions

View File

@ -1627,7 +1627,7 @@ ProjectsSetup=Project module setup
ProjectsModelModule=Project reports document model
TasksNumberingModules=Tasks numbering module
TaskModelModule=Tasks reports document model
UseSearchToSelectProject=Use autocompletion fields to choose project (instead of using a list box)
UseSearchToSelectProject=Wait you press a key before loading content of project combo list (This may increase performance if you have a large number of project, but it is less convenient)
##### ECM (GED) #####
##### Fiscal Year #####
AccountingPeriods=Accounting periods

View File

@ -912,10 +912,10 @@ print '</tr>';
print '<tr class="oddeven">';
print '<td>'.$langs->trans("AllowToSelectProjectFromOtherCompany").'</td>';
print '<td align="center" width="300">';
print '<td align="center">&nbsp;</td>';
print '<td align="center">';
echo ajax_constantonoff('PROJECT_ALLOW_TO_LINK_FROM_OTHER_COMPANY');
print '</td>';
print '<td align="center" width="20">&nbsp;</td>';
print '</tr>';
/* Kept as hidden feature because this will be "probaly be supported by standard event feature in a future