[gvfs] afc: tweak the text used to report a device locked error



commit 4c0236e0580d1f6f5184791783bf25251b105b0f
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Dec 1 14:58:54 2011 -0500

    afc: tweak the text used to report a device locked error
    
    https://bugzilla.gnome.org/show_bug.cgi?id=665328

 daemon/gvfsbackendafc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/gvfsbackendafc.c b/daemon/gvfsbackendafc.c
index 97aadaa..5eaab04 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]