diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2011-12-01 14:58:54 -0500 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-12-01 15:01:06 -0500 |
commit | 4c0236e0580d1f6f5184791783bf25251b105b0f (patch) | |
tree | 8069c69269141ecee6decf691091a49e0b04d5f5 /daemon | |
parent | f952d7c1cac59d47679049f544e44eb0d25d0ccd (diff) | |
download | gvfs-4c0236e0580d1f6f5184791783bf25251b105b0f.tar.gz |
afc: tweak the text used to report a device locked error
https://bugzilla.gnome.org/show_bug.cgi?id=665328
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/gvfsbackendafc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gvfsbackendafc.c b/daemon/gvfsbackendafc.c index 97aadaa5..5eaab044 100644 --- a/daemon/gvfsbackendafc.c +++ b/daemon/gvfsbackendafc.c @@ -572,7 +572,7 @@ g_vfs_backend_afc_mount (GVfsBackend *backend, /* translators: * %s is the device name. 'Try again' is the caption of the button * shown in the dialog which is defined above. */ - message = g_strdup_printf (_("Device '%s' is password protected. Enter the password on the device and click 'Try again'."), display_name); + message = g_strdup_printf (_("The device '%s' is locked. Enter the passcode on the device and click 'Try again'."), display_name); ret = g_mount_source_ask_question (src, message, |