summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
authorUrban Müller2016-08-12 15:33:18 +0200
committerUrban Müller2016-08-12 15:33:18 +0200
commit3f79d2245a89f7b99a347274e71648293a53dbb2 (patch)
treeeb02b609ec045fed2be45eb3c31f64317d9e378e /it.class
parenta0af4c4ddaef50981ddc5b5543875ad6e3f6339e (diff)
downloaditools-3f79d2245a89f7b99a347274e71648293a53dbb2.tar.gz
itools-3f79d2245a89f7b99a347274e71648293a53dbb2.tar.bz2
itools-3f79d2245a89f7b99a347274e71648293a53dbb2.zip
clearer wording
Diffstat (limited to 'it.class')
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
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'])
{