diff options
Diffstat (limited to 'gtk/gtkfilechooserbutton.c')
-rw-r--r-- | gtk/gtkfilechooserbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index be60dcaa6e..d33d34787b 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -392,7 +392,7 @@ gtk_file_chooser_button_class_init (GtkFileChooserButtonClass * class) * * The ::file-set signal is emitted when the user selects a file. * - * Note that this signal is only emitted when the <emphasis>user</emphasis> + * Note that this signal is only emitted when the user * changes the file. * * Since: 2.12 |