diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:10:11 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:10:11 -0500 |
commit | 76447c3512f083a11e716d10ade774ade929b2dd (patch) | |
tree | 9c922704e2f46615d10eaee21d5a2bf9b59f6810 /gtk/gtkaccelgroup.c | |
parent | a3bad427c7b63357db3d02aa39a291d47af63f6f (diff) | |
download | gtk+-76447c3512f083a11e716d10ade774ade929b2dd.tar.gz |
docs: use quotes instead of <firstterm>
Diffstat (limited to 'gtk/gtkaccelgroup.c')
-rw-r--r-- | gtk/gtkaccelgroup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkaccelgroup.c b/gtk/gtkaccelgroup.c index 0d11d30136..0745349a92 100644 --- a/gtk/gtkaccelgroup.c +++ b/gtk/gtkaccelgroup.c @@ -49,8 +49,8 @@ * automatically sets up the accelerators for your menus in the ui * manager's #GtkAccelGroup. * - * Note that <firstterm>accelerators</firstterm> are different from - * <firstterm>mnemonics</firstterm>. Accelerators are shortcuts for + * Note that “accelerators” are different from + * “mnemonics”. Accelerators are shortcuts for * activating a menu item; they appear alongside the menu item they're a * shortcut for. For example "Ctrl+Q" might appear alongside the "Quit" * menu item. Mnemonics are shortcuts for GUI elements such as text |