From 411bfe01dcd25940af3e43aef01a873e67995ba6 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 7 Feb 2017 16:33:48 +0200 Subject: [PATCH] Tweak texts --- resources/lang/en/texts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.' );