diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-12-03 15:39:51 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-12-03 15:39:51 +0000 |
commit | 9587baa4a333ee20d405ce68433a49897d520f79 (patch) | |
tree | 3c48115b8032563b14e0f3874e77ff617d3eb13b /mdkapplet-restricted-helper | |
parent | ea373d691c3cdad102a1702021d785e6086da515 (diff) | |
download | mgaonline-9587baa4a333ee20d405ce68433a49897d520f79.tar mgaonline-9587baa4a333ee20d405ce68433a49897d520f79.tar.gz mgaonline-9587baa4a333ee20d405ce68433a49897d520f79.tar.bz2 mgaonline-9587baa4a333ee20d405ce68433a49897d520f79.tar.xz mgaonline-9587baa4a333ee20d405ce68433a49897d520f79.zip |
prevent 'invalid markup in Password & email cannot be empty. not using the markup' gtk+ error
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 { |