summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2016-08-11 08:07:51 +0200
committerOndrej Holy <oholy@redhat.com>2016-08-11 08:07:51 +0200
commitaf7c5516d3d1f4f38f28ee429c6ae568257fa4cc (patch)
treedc69c11e6ad21ee12ce43a91f52b1565555d36fd
parent5dcfaf4a3b1ac9aa58cbaf44e030eee853e7c534 (diff)
downloadgvfs-af7c5516d3d1f4f38f28ee429c6ae568257fa4cc.tar.gz
afc: Extend translator comment
It is not obvious that "Trust" is the caption of the button in the device and not in the GVfs. https://bugzilla.gnome.org/show_bug.cgi?id=769712
-rw-r--r--daemon/gvfsbackendafc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/gvfsbackendafc.c b/daemon/gvfsbackendafc.c
index 49c59082..e3834152 100644
--- a/daemon/gvfsbackendafc.c
+++ b/daemon/gvfsbackendafc.c
@@ -640,7 +640,8 @@ 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. */
+ * shown in the dialog which is defined above. 'Trust' is the caption
+ * of the button shown in the device. */
message = g_strdup_printf (_("The device “%s” is not trusted yet. Select “Trust” on the device and click “Try again”."), display_name);
}
else