From: Matthias Clasen Date: Sun, 27 Jan 2008 21:58:53 +0000 (+0000) Subject: Avoid trivial differences in translatable strings X-Git-Tag: GLIB_2_15_4~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c923700b3dc0723e452e92f3ce2505da15412a56;p=platform%2Fupstream%2Fglib.git Avoid trivial differences in translatable strings svn path=/trunk/; revision=6386 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 84e32a8..54a4363 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2008-01-27 Matthias Clasen + + * glocalfile.c: Avoid trivial differences in translatable strings. + 2008-01-25 Matthias Clasen * fam/fam-helper.c (fam_event_to_file_monitor_event): Make this diff --git a/gio/glocalfile.c b/gio/glocalfile.c index 29b1891..aad6d84 100644 --- a/gio/glocalfile.c +++ b/gio/glocalfile.c @@ -1836,7 +1836,7 @@ g_local_file_move (GFile *source, g_set_error (error, G_IO_ERROR, G_IO_ERROR_EXISTS, - _("Target file already exists")); + _("Target file exists")); return FALSE; } }