selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gui: Make all polgen button labels translatable
@ 2019-02-06 19:41 Petr Lautrbach
  2019-02-07 21:21 ` Nicolas Iooss
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Lautrbach @ 2019-02-06 19:41 UTC (permalink / raw)
  To: selinux; +Cc: Vit Mojzis

From: Vit Mojzis <vmojzis@redhat.com>

Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
---
 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</property>
                                       <object class="GtkLabel" id="label17">
                                         <property name="visible">True</property>
                                         <property name="can_focus">False</property>
-                                        <property name="label">Add File</property>
+                                        <property name="label" translatable="yes">Add File</property>
                                         <property name="use_underline">True</property>
                                       </object>
                                       <packing>
@@ -2028,7 +2028,7 @@ Tab</property>
                                       <object class="GtkLabel" id="label16">
                                         <property name="visible">True</property>
                                         <property name="can_focus">False</property>
-                                        <property name="label">Add Directory</property>
+                                        <property name="label" translatable="yes">Add Directory</property>
                                         <property name="use_underline">True</property>
                                       </object>
                                       <packing>
@@ -2176,7 +2176,7 @@ Tab</property>
                                       <object class="GtkLabel" id="label3">
                                         <property name="visible">True</property>
                                         <property name="can_focus">False</property>
-                                        <property name="label">Add Boolean</property>
+                                        <property name="label" translatable="yes">Add Boolean</property>
                                         <property name="use_underline">True</property>
                                       </object>
                                       <packing>
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gui: Make all polgen button labels translatable
  2019-02-06 19:41 [PATCH] gui: Make all polgen button labels translatable Petr Lautrbach
@ 2019-02-07 21:21 ` Nicolas Iooss
  2019-02-10 16:49   ` Nicolas Iooss
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Iooss @ 2019-02-07 21:21 UTC (permalink / raw)
  To: Petr Lautrbach; +Cc: selinux, Vit Mojzis

On Wed, Feb 6, 2019 at 8:42 PM Petr Lautrbach <plautrba@redhat.com> wrote:
>
> From: Vit Mojzis <vmojzis@redhat.com>
>
> Signed-off-by: Vit Mojzis <vmojzis@redhat.com>

Acked-by: Nicolas Iooss <nicolas.iooss@m4x.org>
> ---
>  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</property>
>                                        <object class="GtkLabel" id="label17">
>                                          <property name="visible">True</property>
>                                          <property name="can_focus">False</property>
> -                                        <property name="label">Add File</property>
> +                                        <property name="label" translatable="yes">Add File</property>
>                                          <property name="use_underline">True</property>
>                                        </object>
>                                        <packing>
> @@ -2028,7 +2028,7 @@ Tab</property>
>                                        <object class="GtkLabel" id="label16">
>                                          <property name="visible">True</property>
>                                          <property name="can_focus">False</property>
> -                                        <property name="label">Add Directory</property>
> +                                        <property name="label" translatable="yes">Add Directory</property>
>                                          <property name="use_underline">True</property>
>                                        </object>
>                                        <packing>
> @@ -2176,7 +2176,7 @@ Tab</property>
>                                        <object class="GtkLabel" id="label3">
>                                          <property name="visible">True</property>
>                                          <property name="can_focus">False</property>
> -                                        <property name="label">Add Boolean</property>
> +                                        <property name="label" translatable="yes">Add Boolean</property>
>                                          <property name="use_underline">True</property>
>                                        </object>
>                                        <packing>
> --
> 2.20.1
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] gui: Make all polgen button labels translatable
  2019-02-07 21:21 ` Nicolas Iooss
@ 2019-02-10 16:49   ` Nicolas Iooss
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Iooss @ 2019-02-10 16:49 UTC (permalink / raw)
  To: Petr Lautrbach; +Cc: selinux, Vit Mojzis

On Thu, Feb 7, 2019 at 10:21 PM Nicolas Iooss <nicolas.iooss@m4x.org> wrote:
>
> On Wed, Feb 6, 2019 at 8:42 PM Petr Lautrbach <plautrba@redhat.com> wrote:
> >
> > From: Vit Mojzis <vmojzis@redhat.com>
> >
> > Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
>
> Acked-by: Nicolas Iooss <nicolas.iooss@m4x.org>

Merged.

Nicolas

> > ---
> >  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</property>
> >                                        <object class="GtkLabel" id="label17">
> >                                          <property name="visible">True</property>
> >                                          <property name="can_focus">False</property>
> > -                                        <property name="label">Add File</property>
> > +                                        <property name="label" translatable="yes">Add File</property>
> >                                          <property name="use_underline">True</property>
> >                                        </object>
> >                                        <packing>
> > @@ -2028,7 +2028,7 @@ Tab</property>
> >                                        <object class="GtkLabel" id="label16">
> >                                          <property name="visible">True</property>
> >                                          <property name="can_focus">False</property>
> > -                                        <property name="label">Add Directory</property>
> > +                                        <property name="label" translatable="yes">Add Directory</property>
> >                                          <property name="use_underline">True</property>
> >                                        </object>
> >                                        <packing>
> > @@ -2176,7 +2176,7 @@ Tab</property>
> >                                        <object class="GtkLabel" id="label3">
> >                                          <property name="visible">True</property>
> >                                          <property name="can_focus">False</property>
> > -                                        <property name="label">Add Boolean</property>
> > +                                        <property name="label" translatable="yes">Add Boolean</property>
> >                                          <property name="use_underline">True</property>
> >                                        </object>
> >                                        <packing>
> > --
> > 2.20.1
> >


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-10 16:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-06 19:41 [PATCH] gui: Make all polgen button labels translatable Petr Lautrbach
2019-02-07 21:21 ` Nicolas Iooss
2019-02-10 16:49   ` Nicolas Iooss

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).