Skip to content

Commit

Permalink
Fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 9, 2017
1 parent 725e57b commit 6402d5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion htdocs/langs/en_US/admin.lang
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions htdocs/projet/admin/project.php
Expand Up @@ -912,10 +912,10 @@
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
Expand Down

0 comments on commit 6402d5a

Please sign in to comment.