I found a translatable debug message, which makes no sense for translation. - g_warning (_("open_client(): %s"), error->message); + g_warning ("open_client(): %s", error->message); IMHO, there should be no need for translating a function name in debug message. -- Priit Laes <amd tt ee>
--- ./calendar/gui/comp-editor-factory.c.old 2004-05-01 06:56:45.558299192 +0300 +++ ./calendar/gui/comp-editor-factory.c 2004-05-01 06:57:33.889951664 +0300 @@ -471,7 +471,7 @@ g_hash_table_insert (priv->uri_client_hash, oc->uri, oc); if (!e_cal_open (oc->client, FALSE, &error)) { - g_warning (_("open_client(): %s"), error->message); + g_warning ("open_client(): %s", error->message); g_free (oc->uri); g_object_unref (oc->client); g_free (oc); --- ./calendar/ChangeLog.old 2004-05-01 06:57:43.481493528 +0300 +++ ./calendar/ChangeLog 2004-05-01 07:00:03.947139504 +0300 @@ -1,3 +1,8 @@ +2004-05-01 Priit Laes <amd tt ee> + + * gui/comp-editor-factory.c (open_client): Do not mark the debug + string for translation. + 2004-04-30 Rodney Dawes <dobey ximian com> * gui/alarm-notify/alarm-notify-dialog.c (alarm_notify_dialog):
Attachment:
signature.asc
Description: See on =?ISO-8859-1?Q?s=F5numi?= digitaalselt allkirjastatud osa