summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-08-22 22:36:30 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2012-08-23 11:56:51 +0200
commit666764f4356cdeee89e8bfa80e1fd7fb6aacf861 (patch)
treea539b94a24242c846be6f89fb4d94b468c90f66d /daemon
parent99d06e499f999459f1fc973c870415a004722d54 (diff)
downloadgvfs-666764f4356cdeee89e8bfa80e1fd7fb6aacf861.tar.gz
afc: use curly double quotes for dialog question
https://bugzilla.gnome.org/show_bug.cgi?id=682496
Diffstat (limited to 'daemon')
-rw-r--r--daemon/gvfsbackendafc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gvfsbackendafc.c b/daemon/gvfsbackendafc.c
index 623eb7d5..8fa09792 100644
--- a/daemon/gvfsbackendafc.c
+++ b/daemon/gvfsbackendafc.c
@@ -615,7 +615,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 (_("The device '%s' is locked. Enter the passcode 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,