Re: String "change" in gvfs
Alexander Larsson <[email protected]> Wed, 27 Feb 2008 15:20:39 +0100
| Newsgroups | gmane.comp.gnome.vfs.general |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 2008-02-27 at 09:22 +0100, Luca Ferretti wrote: > Here is a small patch to change the following label: > > #: ../daemon/gvfsbackendcdda.c:826 > #, c-format > msgid "The file does not exist" > > The reason is simple: there are yet a lot of occurrences of the same > message, but using another form: > > #: ../daemon/gvfsbackendcomputer.c:571 ../daemon/gvfsbackenddnssd.c:345 > #: ../daemon/gvfsbackendnetwork.c:587 ../daemon/gvfsbackendsmbbrowse.c:799 > #: ../daemon/gvfsbackendsmbbrowse.c:866 ../daemon/gvfsbackendsmbbrowse.c:1037 > #: ../daemon/gvfsbackendsmbbrowse.c:1111 > msgid "File doesn't exist" > > If I'm right, this change don't break the string freeze, 'cause replace > a string with an existing one. Looks good. Please commit.