GNOME Bugzilla – Bug 737013
Use of the expression "died" in a UI string
Last modified: 2014-10-13 20:55:13 UTC
Hallo gvfs devs While proofreading translations I just encountered the following string: #: ../daemon/gvfsbackendsftp.c:1174 #, c-format msgid "The connection is closed (the underlying SSH process died)" My personal opinion is, that referring to a connection as having "died" is more of a spoken language or possibly geek-reference thing, that I don't think is suitable for GUI strings. In any case, I just wanted to raise the question of whether you guys think that is the best formulation for this. Regards Kenneth PS: In any case, surely this bug report can wait until after release.
The string was recently changed, see Bug 615146. Maybe it would be enough to write only "The connection is closed" since it is most common reason of this error. It means, that SSH process isn't running unexpectedly. So crash/exit/stop can be also used for it...
I'll change it to "The connection is closed (the underlying SSH process exited)" once we branch master.
Thanks
Pushed to master as 2914733df29d2889043914fa4a5a79d923aaf041. Thanks.