diff --git a/lang/en/texts.php b/lang/en/texts.php index 7247694d45..2be8de976f 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5306,18 +5306,20 @@ $lang = array( 'activity_140' => 'Statement sent to :client', 'invoice_net_amount' => 'Invoice Net Amount', 'round_to_minutes' => 'Round To Minutes', + '1_second' => '1 Second', '1_minute' => '1 Minute', '5_minutes' => '5 Minutes', '15_minutes' => '15 Minutes', '30_minutes' => '30 Minutes', '1_hour' => '1 Hour', '1_day' => '1 Day', - 'round_tasks' => 'Round Tasks', - 'round_tasks_help' => 'Round time intervals when saving tasks', + 'round_tasks' => 'Task Rounding Direction', + 'round_tasks_help' => 'Round task times up or down.', 'direction' => 'Direction', 'round_up' => 'Round Up', 'round_down' => 'Round Down', 'task_round_to_nearest' => 'Round To Nearest', + 'task_round_to_nearest_help' => 'The interval to round the task to.', 'bulk_updated' => 'Successfully updated data', 'bulk_update' => 'Bulk Update', 'calculate' => 'Calculate',