2008-02-25 Alexander Larsson <alexl@redhat.com>
* glocalfile.c:
Make new strings reuse old ones.
svn path=/trunk/; revision=6581
+2008-02-25 Alexander Larsson <alexl@redhat.com>
+
+ * glocalfile.c:
+ Make new strings reuse old ones.
+
2008-02-25 Alexander Larsson <alexl@redhat.com>
* glocalfile.c:
g_set_error (error, G_IO_ERROR,
G_IO_ERROR_CANCELLED,
_("Unable to trash file: %s"),
- _("cancelled"));
+ _("Operation was cancelled"));
success = FALSE;
}
else if (!success)
g_set_error (error, G_IO_ERROR,
G_IO_ERROR_FAILED,
_("Unable to trash file: %s"),
- _("failed"));
+ _("internal error"));
g_free (wfilename);
return success;