Re: Code freeze break request
- From: Alexander Larsson <alexl redhat com>
- To: Vincent Untz <vuntz gnome org>
- Cc: Gnome Release Team <release-team gnome org>, gnome-vfs <gnome-vfs-list gnome org>
- Subject: Re: Code freeze break request
- Date: Fri, 07 Mar 2008 12:38:42 +0100
On Fri, 2008-03-07 at 12:36 +0100, Vincent Untz wrote:
> > --- hal/ghalmount.c (revision 1602)
> > +++ hal/ghalmount.c (working copy)
> > @@ -209,9 +209,9 @@
> > }
> >
> > if (is_blank)
> > - return disc_data[n].ui_name_blank;
> > + return gettext(disc_data[n].ui_name_blank);
> > else
> > - return disc_data[n].ui_name;
> > + return gettext(disc_data[n].ui_name);
> > }
>
> Why aren't you using _()? Else, approval 1 of 2.
Wouldn't that mark it for translation?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]