glib r6386 - trunk/gio



Author: matthiasc
Date: Sun Jan 27 21:58:53 2008
New Revision: 6386
URL: http://svn.gnome.org/viewvc/glib?rev=6386&view=rev

Log:
Avoid trivial differences in translatable strings


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

Modified: trunk/gio/glocalfile.c
==============================================================================
--- trunk/gio/glocalfile.c	(original)
+++ trunk/gio/glocalfile.c	Sun Jan 27 21:58:53 2008
@@ -1836,7 +1836,7 @@
 	  g_set_error (error,
 		       G_IO_ERROR,
 		       G_IO_ERROR_EXISTS,
-		       _("Target file already exists"));
+		       _("Target file exists"));
 	  return FALSE;
 	}
     }



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