summaryrefslogtreecommitdiff
path: root/gdk/gdkdrop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/gdkdrop.c')
-rw-r--r--gdk/gdkdrop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkdrop.c b/gdk/gdkdrop.c
index f7f812a19e..643a74d790 100644
--- a/gdk/gdkdrop.c
+++ b/gdk/gdkdrop.c
@@ -107,7 +107,7 @@ gdk_drop_read_local_async (GdkDrop *self,
if (priv->drag == NULL)
{
g_task_return_new_error (task, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED,
- _("Drag'n'drop from other applications is not supported."));
+ _("Drag’n’drop from other applications is not supported."));
g_object_unref (task);
return;
}