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 patch using g_strdup_printf. As part
of the changes, the following string is newly added to
Evolution.
"Contact Editor - %s"
Thanks,
Arunprakash.
Attachment:
evolution-fixes-#235830.patch.dup
Description: Binary data