# File lib/simple_form/error_notification.rb, line 40
    def translate_error_notification
      lookups = []
      lookups << "#{object_name}""#{object_name}"
      lookups << :default_message
      lookups << "Please review the problems below:"
      I18n.t(lookups.shift, :scope => "simple_form.error_notification""simple_form.error_notification", :default => lookups)
    end