Avoid trivial differences in translatable strings

svn path=/trunk/; revision=6386
This commit is contained in:
Matthias Clasen 2008-01-27 21:58:53 +00:00
parent 4cf45906f0
commit c923700b3d
2 changed files with 5 additions and 1 deletions

View 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

View 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;
}
}