From e0f35763c54487334f2b8cef76da5f362ef76917 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 4 Sep 2012 21:24:30 +0100 Subject: [PATCH] "out of office" -> away message --- mason/edit | 2 +- mason/main | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mason/edit b/mason/edit index 0781e9b..6edfbbc 100755 --- a/mason/edit +++ b/mason/edit @@ -30,7 +30,7 @@ if (!$tx) { die "no such text $textid"; } -Editing - <% $tx->{'desc'} |h %> - Email "out of office" setup +Editing - <% $tx->{'desc'} |h %> - Email away message setup

Edit "<% $tx->{'desc'} |h %>"

diff --git a/mason/main b/mason/main index 4e98c17..70c9cb5 100755 --- a/mason/main +++ b/mason/main @@ -4,9 +4,9 @@ db_connect(); my ($sth,$row,$sthi,$rowi); -Email "out of office" setup +Email away message setup -

Email "out of office" setup

+

Email away message setup

Email addresses and their configuration

<%perl> -- 2.30.2