diff options
author | Miquel Lionel <lionelmiquel@sfr.fr> | 2020-11-23 14:05:25 +0100 |
---|---|---|
committer | Miquel Lionel <lionelmiquel@sfr.fr> | 2020-11-23 14:05:25 +0100 |
commit | 51657033da571328a8aed271a7eac6158e384b5a (patch) | |
tree | 03f870331bda1f40295ad7d35713c6eaf3020b01 /gpigeon-template.cgi | |
parent | 0af1bd15684aae5cde2f027d07a7138b14174581 (diff) | |
download | gpigeon-51657033da571328a8aed271a7eac6158e384b5a.tar.gz gpigeon-51657033da571328a8aed271a7eac6158e384b5a.zip |
Less erroneous english text strings
"Succesfull deletion" => "Successful removal"
Diffstat (limited to 'gpigeon-template.cgi')
-rwxr-xr-x | gpigeon-template.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpigeon-template.cgi b/gpigeon-template.cgi index a3dd750..7f82857 100755 --- a/gpigeon-template.cgi +++ b/gpigeon-template.cgi @@ -54,7 +54,7 @@ my $mymail_gpgid = q{gpgid_goes_here}; #0xlong keyid form my $PASSWD_HASH = q{password_hash_goes_here}; my $mymailaddr_escaped = escape_arobase($mymailaddr); my $msg_form_char_limit = 3000; -my @text_strings = ('Succesfull deletion!', +my @text_strings = ('Successful removal !', 'Address', 'is valid!', 'is not valid !', |