Fix typo
This commit is contained in:
parent
c939273fd5
commit
2cc24db6a2
@ -76,7 +76,7 @@ function print_actions_filter($form, $canedit, $status, $year, $month, $day, $sh
|
|||||||
print $langs->trans("ActionsToDoBy").' ';
|
print $langs->trans("ActionsToDoBy").' ';
|
||||||
print '</td><td class="nowrap maxwidthonsmartphone" style="padding-bottom: 2px; padding-right: 4px;">';
|
print '</td><td class="nowrap maxwidthonsmartphone" style="padding-bottom: 2px; padding-right: 4px;">';
|
||||||
print $form->select_dolusers($filtert, 'usertodo', 1, '', ! $canedit, '', '', 0, 0, 0, '', 0, '', 'maxwidth300');
|
print $form->select_dolusers($filtert, 'usertodo', 1, '', ! $canedit, '', '', 0, 0, 0, '', 0, '', 'maxwidth300');
|
||||||
if (empty($conf->dol_optimize_smallscreen)) print ' '.$langs->trans("or") . ' '.$langs->trans("Group").' ';
|
if (empty($conf->dol_optimize_smallscreen)) print ' '.$langs->trans("or") . ' '.$langs->trans("ToUserOfGroup").' ';
|
||||||
print $form->select_dolgroups($usergroupid, 'usergroup', 1, '', ! $canedit);
|
print $form->select_dolgroups($usergroupid, 'usergroup', 1, '', ! $canedit);
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
|
|||||||
@ -17,6 +17,7 @@ MyEvents=My events
|
|||||||
OtherEvents=Other events
|
OtherEvents=Other events
|
||||||
ListOfActions=List of events
|
ListOfActions=List of events
|
||||||
Location=Location
|
Location=Location
|
||||||
|
ToUserOfGroup=To any user in group
|
||||||
EventOnFullDay=Event on all day(s)
|
EventOnFullDay=Event on all day(s)
|
||||||
SearchAnAction= Search an event/task
|
SearchAnAction= Search an event/task
|
||||||
MenuToDoActions=All incomplete events
|
MenuToDoActions=All incomplete events
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user