From 3f79d2245a89f7b99a347274e71648293a53dbb2 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Fri, 12 Aug 2016 15:33:18 +0200 Subject: clearer wording --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it.class b/it.class index 31b9a9d..bd380e5 100644 --- a/it.class +++ b/it.class @@ -218,7 +218,7 @@ static function error($p = array()) if ($sendmail) # we're mailing: send maximum info { - $p['title'] = "Alert: " . $p['title'] . " (by " . getenv('HOSTNAME') . ")"; + $p['title'] = "Alert: " . $p['title'] . " (via " . getenv('HOSTNAME') . ")"; if (!$p['omitdebuginfo']) { -- cgit v1.2.3