Discussion:
String "change" in gvfs
Luca Ferretti
2008-02-27 08:22:45 UTC
Permalink
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.
Alexander Larsson
2008-02-27 14:20:39 UTC
Permalink
Post by Luca Ferretti
#: ../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
#: ../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.
Luca Ferretti
2008-02-27 14:55:06 UTC
Permalink
Il giorno mer, 27/02/2008 alle 15.20 +0100, Alexander Larsson ha
Post by Alexander Larsson
Post by Luca Ferretti
If I'm right, this change don't break the string freeze, 'cause replace
a string with an existing one.
Looks good. Please commit.
Done, thanks.

Loading...