From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2FCA4C282C2 for ; Thu, 7 Feb 2019 21:21:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F2F9021721 for ; Thu, 7 Feb 2019 21:21:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726651AbfBGVVp (ORCPT ); Thu, 7 Feb 2019 16:21:45 -0500 Received: from mx1.polytechnique.org ([129.104.30.34]:45627 "EHLO mx1.polytechnique.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726650AbfBGVVp (ORCPT ); Thu, 7 Feb 2019 16:21:45 -0500 Received: from mail-ot1-f47.google.com (mail-ot1-f47.google.com [209.85.210.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTPSA id 0C3A95612AB for ; Thu, 7 Feb 2019 22:21:42 +0100 (CET) Received: by mail-ot1-f47.google.com with SMTP id s5so2380961oth.7 for ; Thu, 07 Feb 2019 13:21:41 -0800 (PST) X-Gm-Message-State: AHQUAuZSKIciC+7OG3Z6DKJzuOHEOyPNmZtpBL7NERe2uOHuJdQlNN6h s9lidogDWyld9CTbDtZDyLNPbaGiooLSQGw6Ad0= X-Google-Smtp-Source: AHgI3IbW8wnvcTfxVzQGKXqWWup1A7eecBwMmmpIvFhRonWbkYr9r17beSIRcE55URwXwwojIlFfW54+4r9m3+baPQU= X-Received: by 2002:a9d:65c8:: with SMTP id z8mr9947115oth.338.1549574501144; Thu, 07 Feb 2019 13:21:41 -0800 (PST) MIME-Version: 1.0 References: <20190206194156.24804-1-plautrba@redhat.com> In-Reply-To: <20190206194156.24804-1-plautrba@redhat.com> From: Nicolas Iooss Date: Thu, 7 Feb 2019 22:21:29 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] gui: Make all polgen button labels translatable To: Petr Lautrbach Cc: selinux@vger.kernel.org, Vit Mojzis Content-Type: text/plain; charset="UTF-8" X-AV-Checked: ClamAV using ClamSMTP at svoboda.polytechnique.org (Thu Feb 7 22:21:42 2019 +0100 (CET)) X-Org-Mail: nicolas.iooss.2010@polytechnique.org Sender: selinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: selinux@vger.kernel.org On Wed, Feb 6, 2019 at 8:42 PM Petr Lautrbach wrote: > > From: Vit Mojzis > > Signed-off-by: Vit Mojzis Acked-by: Nicolas Iooss > --- > gui/polgen.ui | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/gui/polgen.ui b/gui/polgen.ui > index aa4c70af..6a8c0672 100644 > --- a/gui/polgen.ui > +++ b/gui/polgen.ui > @@ -1975,7 +1975,7 @@ Tab > > True > False > - Add File > + Add File > True > > > @@ -2028,7 +2028,7 @@ Tab > > True > False > - Add Directory > + Add Directory > True > > > @@ -2176,7 +2176,7 @@ Tab > > True > False > - Add Boolean > + Add Boolean > True > > > -- > 2.20.1 >