summaryrefslogtreecommitdiff
path: root/gdk/gdkkeys.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-05 14:50:22 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-05 15:08:42 -0500
commit47469eb2966a7695f64fce1dbb8441f4b3ac6ecb (patch)
treedcb3ac50eb13b95facd5612dc7f7d24982f6e0e1 /gdk/gdkkeys.h
parent2a45418b673d10f60e9334ebcfa493f125d26e02 (diff)
downloadgtk+-47469eb2966a7695f64fce1dbb8441f4b3ac6ecb.tar.gz
Use proper quotes in gdk
Diffstat (limited to 'gdk/gdkkeys.h')
-rw-r--r--gdk/gdkkeys.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkkeys.h b/gdk/gdkkeys.h
index 4b594cd92c..281b550edf 100644
--- a/gdk/gdkkeys.h
+++ b/gdk/gdkkeys.h
@@ -46,9 +46,9 @@ typedef struct _GdkKeymapKey GdkKeymapKey;
* characters, and in group 1 it might have two Hebrew characters. The Hebrew
* characters will be printed on the key next to the English characters.
* @level: indicates which symbol on the key will be used, in a vertical direction.
- * So on a standard US keyboard, the key with the number "1" on it also has the
+ * So on a standard US keyboard, the key with the number “1” on it also has the
* exclamation point ("!") character on it. The level indicates whether to use
- * the "1" or the "!" symbol. The letter keys are considered to have a lowercase
+ * the “1” or the “!” symbol. The letter keys are considered to have a lowercase
* letter at level 0, and an uppercase letter at level 1, though only the
* uppercase letter is printed.
*