Re: gnome-user-share clue bar string break

2013-11-09 Thread Gil Forcada
El ds 09 de 11 de 2013 a les 15:34 +0100, en/na Bastien Nocera va escriure: > On Sat, 2013-11-09 at 15:25 +0100, Johannes Schmid wrote: > > Hey! > > > > > Is this OK to commit for GNOME 3.10? > > > > +/* translators: This is the label for the "Sharing" panel in > > the Settings */ > > +

Re: gnome-user-share clue bar string break

2013-11-09 Thread Bastien Nocera
On Sat, 2013-11-09 at 15:25 +0100, Johannes Schmid wrote: > Hey! > > > Is this OK to commit for GNOME 3.10? > > +/* translators: This is the label for the "Sharing" panel in > the Settings */ > +gtk_widget_set_tooltip_text (button, _("Sharing Settings")); > > Shouldn't the transl

Re: gnome-user-share clue bar string break

2013-11-09 Thread Johannes Schmid
Hey! > Is this OK to commit for GNOME 3.10? +/* translators: This is the label for the "Sharing" panel in the Settings */ +gtk_widget_set_tooltip_text (button, _("Sharing Settings")); Shouldn't the translator comment say: "This is the tooltip of the label..." or something like th

gnome-user-share clue bar string break

2013-11-09 Thread Bastien Nocera
Heya, I've file this bug with a string changing patch: https://bugzilla.gnome.org/show_bug.cgi?id=711726 It was spotted in https://bugzilla.gnome.org/show_bug.cgi?id=694995#c4 but as you can see, we never took the opportunity to make the change. Is this OK to commit for GNOME 3.10? Cheers