Use stupid quotes instead of dumb quotes

Following a similar change in GLib a while ago.

'bla' may by stupid, but it looks less dumb than `bla'.
This commit is contained in:
Matthias Clasen
2015-09-20 02:32:48 -04:00
parent 1d46dfb0a7
commit 3c54fbd3ac
21 changed files with 121 additions and 121 deletions

View File

@ -562,7 +562,7 @@ gtk_link_button_new (const gchar *uri)
utf8_uri = g_locale_to_utf8 (uri, -1, NULL, NULL, &conv_err);
if (conv_err)
{
g_warning ("Attempting to convert URI `%s' to UTF-8, but failed "
g_warning ("Attempting to convert URI '%s' to UTF-8, but failed "
"with error: %s\n",
uri,
conv_err->message);