diff options
Diffstat (limited to 'mdkapplet-restricted-helper')
-rwxr-xr-x | mdkapplet-restricted-helper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkapplet-restricted-helper b/mdkapplet-restricted-helper index 9e039d15..11ac2a22 100755 --- a/mdkapplet-restricted-helper +++ b/mdkapplet-restricted-helper @@ -89,7 +89,7 @@ sub get_restricted_authentication() { if ($email && $password) { add_restricted_medium($email, $password); } else { - interactive->vnew->ask_warn(N("Error"), N("Password & email cannot be empty.")); + interactive->vnew->ask_warn(N("Error"), N("Password and email cannot be empty.")); goto &get_restricted_authentication; } } else { |