summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendarchive.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/gvfsbackendarchive.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/gvfsbackendarchive.c')
-rw-r--r--daemon/gvfsbackendarchive.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/daemon/gvfsbackendarchive.c b/daemon/gvfsbackendarchive.c
index abcb2ce0..edbd68f6 100644
--- a/daemon/gvfsbackendarchive.c
+++ b/daemon/gvfsbackendarchive.c
@@ -734,7 +734,7 @@ do_open_for_read (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;
}
@@ -742,7 +742,7 @@ do_open_for_read (GVfsBackend * backend,
{
g_vfs_job_failed (G_VFS_JOB (job), G_IO_ERROR,
G_IO_ERROR_IS_DIRECTORY,
- _("Can't open directory"));
+ _("Can’t open directory"));
return;
}
@@ -789,7 +789,7 @@ do_open_for_read (GVfsBackend * backend,
g_set_error_literal (&archive->error,
G_IO_ERROR,
G_IO_ERROR_NOT_FOUND,
- _("File doesn't exist"));
+ _("File doesn’t exist"));
}
gvfs_archive_finish (archive);
}
@@ -841,7 +841,7 @@ do_query_info (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;
}
@@ -870,7 +870,7 @@ do_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;
}