summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendafpbrowse.c
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-09-30 01:39:16 +0200
committerOndrej Holy <oholy@redhat.com>2016-10-03 16:18:37 +0200
commit9f6ade7fff7f57fe95c7a5c55c9335c6ef849230 (patch)
treea1abb347748f14eafef03ff75ef89dd9e33d0a82 /daemon/gvfsbackendafpbrowse.c
parent2f28fa49cfeb1c82927a1c7c0021b15e2742149f (diff)
downloadgvfs-9f6ade7fff7f57fe95c7a5c55c9335c6ef849230.tar.gz
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772219
Diffstat (limited to 'daemon/gvfsbackendafpbrowse.c')
-rw-r--r--daemon/gvfsbackendafpbrowse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/daemon/gvfsbackendafpbrowse.c b/daemon/gvfsbackendafpbrowse.c
index 41e05a3c..426507b5 100644
--- a/daemon/gvfsbackendafpbrowse.c
+++ b/daemon/gvfsbackendafpbrowse.c
@@ -187,7 +187,7 @@ mount_mountable_cb (GObject *source_object,
if (!vol_data)
{
g_vfs_job_failed (G_VFS_JOB (job), G_IO_ERROR, G_IO_ERROR_NOT_FOUND,
- _("File doesn't exist"));
+ _("File doesn’t exist"));
return;
}
@@ -324,7 +324,7 @@ try_enumerate (GVfsBackend *backend,
{
g_vfs_job_failed (G_VFS_JOB (job),
G_IO_ERROR, G_IO_ERROR_NOT_FOUND,
- _("File doesn't exist"));
+ _("File doesn’t exist"));
return TRUE;
}
@@ -356,7 +356,7 @@ query_info_cb (GObject *source_object,
if (!vol_data)
{
g_vfs_job_failed_literal (G_VFS_JOB (job), G_IO_ERROR, G_IO_ERROR_NOT_FOUND,
- _("File doesn't exist"));
+ _("File doesn’t exist"));
return;
}