diff options
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r-- | gtk/gtkfilechooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 9aa044ba88..909e60897d 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -275,7 +275,7 @@ gtk_file_chooser_default_init (GtkFileChooserInterface *iface) * * This signal is emitted when the user "activates" a file in the file * chooser. This can happen by double-clicking on a file in the file list, or - * by pressing <keycap>Enter</keycap>. + * by pressing `Enter`. * * Normally you do not need to connect to this signal. It is used internally * by #GtkFileChooserDialog to know when to activate the default button in the |