[gvfs] sftp: Replace "died" with "exited" in a UI string
- From: Ross Lagerwall <rossl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs] sftp: Replace "died" with "exited" in a UI string
- Date: Mon, 13 Oct 2014 20:52:14 +0000 (UTC)
commit 2914733df29d2889043914fa4a5a79d923aaf041
Author: Ross Lagerwall <rosslagerwall gmail com>
Date: Mon Oct 13 21:50:14 2014 +0100
sftp: Replace "died" with "exited" in a UI string
"exited" is friendlier.
https://bugzilla.gnome.org/show_bug.cgi?id=737013
daemon/gvfsbackendsftp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/gvfsbackendsftp.c b/daemon/gvfsbackendsftp.c
index a81599e..2bdba3e 100644
--- a/daemon/gvfsbackendsftp.c
+++ b/daemon/gvfsbackendsftp.c
@@ -1171,7 +1171,7 @@ check_input_stream_read_result (GVfsBackendSftp *backend, gssize res, GError *er
{
g_clear_error (&error);
g_set_error (&error, G_IO_ERROR, G_IO_ERROR_FAILED,
- res == 0 ? _("The connection is closed (the underlying SSH process died)")
+ res == 0 ? _("The connection is closed (the underlying SSH process exited)")
: _("Internal error: Unknown Error"));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]