From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DE55D138AD7 for ; Sun, 22 Feb 2015 00:29:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60AE2E0875; Sun, 22 Feb 2015 00:29:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0790DE0875 for ; Sun, 22 Feb 2015 00:29:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01923340AE0 for ; Sun, 22 Feb 2015 00:29:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B312512456 for ; Sun, 22 Feb 2015 00:29:11 +0000 (UTC) From: "Alex Legler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Legler" Message-ID: <1424564669.7123639511ce9d1cc012d2effcdd792b88d5b315.a3li@gentoo> Subject: [gentoo-commits] proj/ag-web:master commit in: / X-VCS-Repository: proj/ag-web X-VCS-Files: ag-web.rb X-VCS-Directories: / X-VCS-Committer: a3li X-VCS-Committer-Name: Alex Legler X-VCS-Revision: 7123639511ce9d1cc012d2effcdd792b88d5b315 X-VCS-Branch: master Date: Sun, 22 Feb 2015 00:29:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ed633b2b-4296-4927-aaa9-3b2050486a80 X-Archives-Hash: 1a7c65e2f93920bb1d608aaec1cb30bc commit: 7123639511ce9d1cc012d2effcdd792b88d5b315 Author: Alex Legler a3li li> AuthorDate: Sun Feb 22 00:24:29 2015 +0000 Commit: Alex Legler gentoo org> CommitDate: Sun Feb 22 00:24:29 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/ag-web.git;a=commit;h=71236395 generify captcha error message --- ag-web.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ag-web.rb b/ag-web.rb index f53e94f..b178b71 100644 --- a/ag-web.rb +++ b/ag-web.rb @@ -71,7 +71,7 @@ post '/report' do ) msg = 'Thanks for your report.' else - msg = 'No, Larry does not make that sound (Invalid CAPTCHA). Report not sent.' + msg = 'Invalid CAPTCHA. Report not sent.' end erb :reportsent, locals: { message: result_data, list: params[:list], msg: msg }