diff options
Diffstat (limited to 'mdkonline.pm')
-rw-r--r-- | mdkonline.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkonline.pm b/mdkonline.pm index d1d4d0eb..8bc1dc8c 100644 --- a/mdkonline.pm +++ b/mdkonline.pm @@ -67,7 +67,7 @@ sub subscribe_online { 12 => N("Special characters are not allowed\n"), 13 => N("Please fill in all fields\n"), 14 => N("Email not valid\n"), - 15 => N("Account already exist\n"), + 15 => N("Account already exists\n"), }; if ($ret->is_success) { my $content = $ret->content; |