From c923700b3dc0723e452e92f3ce2505da15412a56 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 27 Jan 2008 21:58:53 +0000 Subject: [PATCH] Avoid trivial differences in translatable strings svn path=/trunk/; revision=6386 --- gio/ChangeLog | 4 ++++ gio/glocalfile.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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; } } -- 2.7.4