From 2a45418b673d10f60e9334ebcfa493f125d26e02 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Wed, 5 Feb 2014 13:07:34 -0500 Subject: docs: use proper quotes --- gtk/gtkaboutdialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkaboutdialog.c') diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index 423ffbe871..3e17c339f8 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -1656,9 +1656,9 @@ gtk_about_dialog_get_translator_credits (GtkAboutDialog *about) * |[ * gtk_about_dialog_set_translator_credits (about, _("translator-credits")); * ]| - * It is a good idea to use the customary msgid "translator-credits" for this + * It is a good idea to use the customary msgid “translator-credits” for this * purpose, since translators will already know the purpose of that msgid, and - * since #GtkAboutDialog will detect if "translator-credits" is untranslated + * since #GtkAboutDialog will detect if “translator-credits” is untranslated * and hide the tab. * * Since: 2.6 -- cgit v1.2.1