diff options
author | Piotr Drąg <piotrdrag@gmail.com> | 2018-09-20 19:01:14 +0200 |
---|---|---|
committer | Piotr Drąg <piotrdrag@gmail.com> | 2018-09-20 19:01:14 +0200 |
commit | 2b8e30a8ed4e09a57dd04a2a65b0f007f4eb819f (patch) | |
tree | 7e8c61d05c6e705da684fd2020c0a8a55ee04643 /gdk/gdkdrop.c | |
parent | a966b90e5115e7601a287931895396de6c23609e (diff) | |
download | gtk+-2b8e30a8ed4e09a57dd04a2a65b0f007f4eb819f.tar.gz |
Use Unicode apostrophes in new strings
See https://developer.gnome.org/hig/stable/typography.html
https://bugzilla.gnome.org/show_bug.cgi?id=772371
Diffstat (limited to 'gdk/gdkdrop.c')
-rw-r--r-- | gdk/gdkdrop.c | 2 |
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; } |