From 36d6eb5f5087a6e51049bcb0e6ef28473100f2d6 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Mon, 4 Apr 2011 19:34:42 +0000 Subject: String changes: perl -pi -e 's!"Password should resist to basic attacks"!"Password should be resistant to basic attacks"!' --- perl-install/mygtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/mygtk2.pm') diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index 0905ebd77..a8d0a10c9 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -1540,7 +1540,7 @@ sub _get_weakness_tooltip { my %weakness_tooltip = ( 1 => N("Password is trivial to guess"), 2 => N("Password is trivial to guess"), - 3 => N("Password should resist to basic attacks"), + 3 => N("Password should be resistant to basic attacks"), 4 => N("Password seems secure"), 5 => N("Password seems secure")); my $weakness_tooltip = $weakness_tooltip{$password_weakness} || return undef; -- cgit v1.2.1