diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php
index 2ea97207da96..547e07be1238 100644
--- a/resources/lang/en/texts.php
+++ b/resources/lang/en/texts.php
@@ -2354,8 +2354,8 @@ $LANG = array(
'recipients' => 'Recipients',
'save_as_default' => 'Save as default',
'template' => 'Template',
- 'start_of_week_help' => 'Used by the date selector',
- 'financial_year_start_help' => 'Used by the date range selector',
+ 'start_of_week_help' => 'Used by date selectors',
+ 'financial_year_start_help' => 'Used by date range selectors',
'reports_help' => 'Shift + Click to sort by multple columns, Ctrl + Click to clear the grouping.'
);