diff options
Diffstat (limited to 'gtk/gtkfilechooserdialog.c')
-rw-r--r-- | gtk/gtkfilechooserdialog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfilechooserdialog.c b/gtk/gtkfilechooserdialog.c index 36e3e3e742..6ef46da699 100644 --- a/gtk/gtkfilechooserdialog.c +++ b/gtk/gtkfilechooserdialog.c @@ -43,12 +43,12 @@ /** * SECTION:gtkfilechooserdialog - * @Short_description: A file chooser dialog, suitable for “File/Open” or “File/Save” commands + * @Short_description: A file chooser dialog, suitable for “File Open” or “File Save” commands * @Title: GtkFileChooserDialog * @See_also: #GtkFileChooser, #GtkDialog, #GtkFileChooserNative * * #GtkFileChooserDialog is a dialog box suitable for use with - * “File/Open” or “File/Save as” commands. This widget works by + * “File Open” or “File Save” commands. This widget works by * putting a #GtkFileChooserWidget inside a #GtkDialog. It exposes * the #GtkFileChooser interface, so you can use all of the * #GtkFileChooser functions on the file chooser dialog as well as |