From bb034121424826e1fd3449b3ccc63381c679f3f8 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 23 Dec 2020 01:33:35 -0500 Subject: [PATCH] [blackout] Improve wording some more --- blackout/blackout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blackout/blackout.php b/blackout/blackout.php index aa08cef7..cfe4bbb7 100644 --- a/blackout/blackout.php +++ b/blackout/blackout.php @@ -96,7 +96,7 @@ function blackout_addon_admin(&$a, &$o) { if ($date2 < $date1) { $adminnote = DI::l10n()->t("The end-date is prior to the start-date of the blackout, you should fix this."); } else { - $adminnote = DI::l10n()->t("Please double check the current settings for the blackout. Begin will be %s and it will end %s.", $mystart, $myend); + $adminnote = DI::l10n()->t("Please double check the current settings for the blackout. It will begin on %s and end on %s.", $mystart, $myend); } $o = Renderer::replaceMacros($t, [ '$submit' => DI::l10n()->t('Save Settings'),