mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-10 12:55:48 +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>
|
2008-01-25 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* fam/fam-helper.c (fam_event_to_file_monitor_event): Make this
|
* 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_set_error (error,
|
||||||
G_IO_ERROR,
|
G_IO_ERROR,
|
||||||
G_IO_ERROR_EXISTS,
|
G_IO_ERROR_EXISTS,
|
||||||
_("Target file already exists"));
|
_("Target file exists"));
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user