diff options
Diffstat (limited to 'gtk/gtkfilechooserwidget.c')
-rw-r--r-- | gtk/gtkfilechooserwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c index b3680385ad..4248000d2e 100644 --- a/gtk/gtkfilechooserwidget.c +++ b/gtk/gtkfilechooserwidget.c @@ -7178,7 +7178,7 @@ gtk_file_chooser_widget_class_init (GtkFileChooserWidgetClass *class) * <keycombo><keycap>Control</keycap><keycap>L</keycap></keycombo> * with a @path string of "" (the empty * string). It is also bound to <keycap>/</keycap> with a - * @path string of "<literal>/</literal>" + * @path string of "`/`" * (a slash): this lets you type <keycap>/</keycap> and * immediately type a path name. On Unix systems, this is bound to * <keycap>~</keycap> (tilde) with a <parameter>path</parameter> string |