]> git.mxchange.org Git - friendica-addons.git/commitdiff
[blackout] Improve wording some more
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 23 Dec 2020 06:33:35 +0000 (01:33 -0500)
committerGitHub <noreply@github.com>
Wed, 23 Dec 2020 06:33:35 +0000 (01:33 -0500)
blackout/blackout.php

index aa08cef7f35b01c7ae3d69ec61ba1a6112c01ddb..cfe4bbb71966c295bdcafa5e8099775a14da5b6e 100644 (file)
@@ -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 <strong>%s</strong> and it will end <strong>%s</strong>.", $mystart, $myend);
+               $adminnote = DI::l10n()->t("Please double check the current settings for the blackout. It will begin on <strong>%s</strong> and end on <strong>%s</strong>.", $mystart, $myend);
        }
        $o = Renderer::replaceMacros($t, [
                '$submit' => DI::l10n()->t('Save Settings'),