On Mon, 2007-03-19 at 11:31 +0800, Irene (Shi Ying) Huang wrote:
> + char *markup;
> +
> ++ if (!title) {
> ++ title = _("Media Player");
> ++ }
> + markup = g_markup_printf_escaped ("<big><b>%s</b></big>",
> title);
> + gtk_label_set_markup (GTK_LABEL (plugin->song_info_label),
> markup);
> + g_free (markup);You need to add a SUN_BRANDING comment for the new string. See po-sun/README for details. Please submit the patch upstream. Thanks, Laca
