From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tZP-UrnryWJS for ; Tue, 26 Jun 2012 21:29:11 +0200 (CEST) Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Tue, 26 Jun 2012 21:29:11 +0200 (CEST) Received: by werf13 with SMTP id f13so232810wer.37 for ; Tue, 26 Jun 2012 12:29:11 -0700 (PDT) Message-ID: <4FEA0D82.5070001@gmail.com> Date: Tue, 26 Jun 2012 21:29:06 +0200 From: Milan Broz MIME-Version: 1.0 References: <20120626183838.GB5885@album.bayer.uni.cx> <1340736076-14735-1-git-send-email-petr.pisar@atlas.cz> In-Reply-To: <1340736076-14735-1-git-send-email-petr.pisar@atlas.cz> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: Re: [dm-crypt] [PATCH] Pass help text to popt already translated List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?UGV0ciBQw61zYcWZ?= Cc: dm-crypt@saout.de On 06/26/2012 08:41 PM, Petr Písař wrote: > popt does not process the text registered by poptSetOtherOptionHelp() > through gettext on its own. Application must do it. Applied, thanks. Milan