glib r6581 - trunk/gio



Author: alexl
Date: Mon Feb 25 09:11:09 2008
New Revision: 6581
URL: http://svn.gnome.org/viewvc/glib?rev=6581&view=rev

Log:
2008-02-25  Alexander Larsson  <alexl redhat com>

        * glocalfile.c:
	Make new strings reuse old ones.



Modified:
   trunk/gio/ChangeLog
   trunk/gio/glocalfile.c

Modified: trunk/gio/glocalfile.c
==============================================================================
--- trunk/gio/glocalfile.c	(original)
+++ trunk/gio/glocalfile.c	Mon Feb 25 09:11:09 2008
@@ -1853,14 +1853,14 @@
       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;



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