summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendsftp.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2012-09-04 18:29:48 +0200
committerTomas Bzatek <tbzatek@redhat.com>2012-09-04 18:29:48 +0200
commit37d3eef5489d4c0d4ed227008a0494a9f14743e3 (patch)
treec2e35ed1d1c6b4b516950f517b4c5e08edd8b8c2 /daemon/gvfsbackendsftp.c
parent291b10ff030ec7448570ae52541e476c1532ca98 (diff)
downloadgvfs-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>
Diffstat (limited to 'daemon/gvfsbackendsftp.c')
-rw-r--r--daemon/gvfsbackendsftp.c4
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);