mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
Avoid trivial differences in translatable strings
svn path=/trunk/; revision=6386
This commit is contained in:
parent
4cf45906f0
commit
c923700b3d
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user