glib r6386 - trunk/gio
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r6386 - trunk/gio
- Date: Sun, 27 Jan 2008 21:58:53 +0000 (GMT)
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]