# -*- encoding : utf-8 -*-
class Card; module Set; class Self
# Set: The card "RecaptchaSettings"
#
module RecaptchaSettings;
extend Card::Set
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/recaptcha/set/self/recaptcha_settings.rb"; end
module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat
def raw_help_text
# LOCALIZE
"Register your domain at Google's [[http://google.com/recaptcha|reCAPTCHA service]] "\
"and enter your site key and secret key below.
"\
"If you want to turn catchas off then change all [[*captcha|captcha rules]] to 'no'."
end
# def instructions title, steps
# steps = list_tag steps, ordered: true
# "#{title}#{steps}"
# end
#
#