Avoid trivial differences in translatable strings
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 27 Jan 2008 21:58:53 +0000 (21:58 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 27 Jan 2008 21:58:53 +0000 (21:58 +0000)
svn path=/trunk/; revision=6386

gio/ChangeLog
gio/glocalfile.c

index 84e32a8..54a4363 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * glocalfile.c: Avoid trivial differences in translatable strings.
+
 2008-01-25  Matthias Clasen  <mclasen@redhat.com>
 
        * fam/fam-helper.c (fam_event_to_file_monitor_event): Make this
index 29b1891..aad6d84 100644 (file)
@@ -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;
        }
     }