Luca Ferretti
2008-02-27 08:22:45 UTC
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.
#: ../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.