lib/strings.py: Fix a spelling error

The past tense of the verb "verify" is "verified," not "verfied."
This commit is contained in:
Kristofer Rye
2013-12-30 14:47:45 -05:00
committed by Max Goodman
parent dd41521b6a
commit 1090350a8d

View File

@@ -124,7 +124,7 @@ string_dict = dict(
compact_suggest = _("Looks like you're browsing on a small screen. Would you like to try [reddit's mobile interface](%(url)s)?"),
verify_email = _("we're going to need to verify your email address for you to proceed."),
verify_email_submit = _("you'll be able to submit more frequently once you verify your email address"),
email_verified = _("your email address has been verfied"),
email_verified = _("your email address has been verified"),
email_verify_failed = _("Verification failed. Please try that again"),
email_verify_wrong_user = _("The email verification link you've followed is for a different user. Please log out and switch to that user or try again below."),
search_failed = _("Our search machines are under too much load to handle your request right now. :( Sorry for the inconvenience. Try again in a little bit -- but please don't mash reload; that only makes the problem worse."),