diff options
author | William Jon McCann <jmccann@redhat.com> | 2012-09-04 18:29:48 +0200 |
---|---|---|
committer | Tomas Bzatek <tbzatek@redhat.com> | 2012-09-04 18:29:48 +0200 |
commit | 37d3eef5489d4c0d4ed227008a0494a9f14743e3 (patch) | |
tree | c2e35ed1d1c6b4b516950f517b4c5e08edd8b8c2 | |
parent | 291b10ff030ec7448570ae52541e476c1532ca98 (diff) | |
download | gvfs-37d3eef5489d4c0d4ed227008a0494a9f14743e3.tar.gz |
Improve the unknown authenticity question prompt
https://bugzilla.gnome.org/show_bug.cgi?id=683341
Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
-rw-r--r-- | daemon/gvfsbackendsftp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/gvfsbackendsftp.c b/daemon/gvfsbackendsftp.c index 6a59a50d..fe2f4b91 100644 --- a/daemon/gvfsbackendsftp.c +++ b/daemon/gvfsbackendsftp.c @@ -1058,9 +1058,9 @@ handle_login (GVfsBackend *backend, get_hostname_and_fingerprint_from_line (buffer, &hostname, &fingerprint); - message = g_strdup_printf (_("The identity of the remote computer (%s) is unknown.\n" + message = g_strdup_printf (_("Can't verify the identity of ā%sā.\n" "This happens when you log in to a computer the first time.\n\n" - "The identity sent by the remote computer is %s. " + "The identity sent by the remote computer is ā%sā. " "If you want to be absolutely sure it is safe to continue, " "contact the system administrator."), hostname ? hostname : op_backend->host, fingerprint); |