gcmd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gcmd-dev] small enhancement to bug #367744


From: Koos Jan Niesink
Subject: [gcmd-dev] small enhancement to bug #367744
Date: Sat, 11 Nov 2006 10:34:04 +0000 (GMT)

Hello Piotr, 

I noticed you fixed bug #367744 (filename not correctly displayed). I added a 
small enhancement to the message box. The "-signs are now around the filename. 
I created a diff file to the file 'gnome-cmd-delete-dialog.c'. I hope it works.

Koos

 Send instant messages to your online friends http://uk.messenger.yahoo.com 
226c226
<         gchar *msg = g_strdup_printf (_("Error while deleting \"%s\"\n\n%s"), 
data->problem_file, error);
---
>         gchar *msg = g_strdup_printf (_("Error while deleting %s\n\n%s"), 
> data->problem_file, error);

reply via email to

[Prev in Thread] Current Thread [Next in Thread]