diff options
Diffstat (limited to 'gtk/gtkfilesystem.c')
-rw-r--r-- | gtk/gtkfilesystem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilesystem.c b/gtk/gtkfilesystem.c index b3509fefb5..f6b4e025dd 100644 --- a/gtk/gtkfilesystem.c +++ b/gtk/gtkfilesystem.c @@ -41,7 +41,7 @@ /* The pointers we return for a GtkFileSystemVolume are opaque tokens; they are * really pointers to GDrive, GVolume or GMount objects. We need an extra - * token for the fake "File System" volume. So, we'll return a pointer to + * token for the fake “File System” volume. So, we'll return a pointer to * this particular string. */ static const gchar *root_volume_token = N_("File System"); |