Re: Evolution contact editor title changes

2005-07-25 Thread Arunprakash
Hi, > For the non-patch readers in the audience, the window's title > is constructed like this: > > g_strconcat (_("Contact Editor"), " - ", string, NULL); > > Wouldn't a format string be more appropriate, like so: > > g_strdup_printf (_("Contact Editor - %s", string)); > I have modified the

Re: Evolution contact editor title changes

2005-07-22 Thread Danilo Ĺ egan
Today at 18:44, Shaun McCance wrote: > Does the i18n team know about this? They're usually not too > fond of forming strings by concatenation. Now we know about it :) > For the non-patch readers in the audience, the window's title > is constructed like this: > > g_strconcat (_("Contact Editor")

Re: Evolution contact editor title changes

2005-07-22 Thread Shaun McCance
On Fri, 2005-07-22 at 14:36 +0530, Arunprakash wrote: > Hi, > > The patch for UI bug #235830 sets the title of the > contact editor as "Contact Editor - ". > > This is set while opening existing contacts also. > This was not earlier. > > The is the file name of the contact. Does the i18n team