Typo.
This commit is contained in:
parent
a44a10055d
commit
1da1413b15
@ -1545,7 +1545,7 @@
|
|||||||
case 0:
|
case 0:
|
||||||
return 'Verification (Shift + Enter to cache)';
|
return 'Verification (Shift + Enter to cache)';
|
||||||
case 1:
|
case 1:
|
||||||
return 'Vertification (1 cached captcha)';
|
return 'Verification (1 cached captcha)';
|
||||||
default:
|
default:
|
||||||
return "Verification (" + count + " cached captchas)";
|
return "Verification (" + count + " cached captchas)";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1154,7 +1154,7 @@ qr =
|
|||||||
when 0
|
when 0
|
||||||
'Verification (Shift + Enter to cache)'
|
'Verification (Shift + Enter to cache)'
|
||||||
when 1
|
when 1
|
||||||
'Vertification (1 cached captcha)'
|
'Verification (1 cached captcha)'
|
||||||
else
|
else
|
||||||
"Verification (#{count} cached captchas)"
|
"Verification (#{count} cached captchas)"
|
||||||
@input.alt = count # For XTRM RICE.
|
@input.alt = count # For XTRM RICE.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user