diff options
author | Marcus Karlsson <mk@acc.umu.se> | 2014-05-04 16:00:26 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-05-05 20:54:47 -0400 |
commit | c39b6be22b5c6a21b5997066e34b0f9d5d92a3ba (patch) | |
tree | 31e585806e5fd29ba4cfa3db3627c2759efecf25 /gtk/gtkfilechooser.c | |
parent | 7850fb62ea30cb54ae0f13ec18d8cea3d57b9322 (diff) | |
download | gtk+-c39b6be22b5c6a21b5997066e34b0f9d5d92a3ba.tar.gz |
docs: Fix name of GtkFileChooser's Create Folder button
The documentation for GtkFileChooser references the button which allows
the user to create new folders as the New Folder button, although the
label actually says Create Folder.
Update the documentation to say Create Folder instead of New Folder.
https://bugzilla.gnome.org/show_bug.cgi?id=729475
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r-- | gtk/gtkfilechooser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 8b2ba2b079..ddfd5c95e4 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -621,7 +621,7 @@ gtk_file_chooser_get_select_multiple (GtkFileChooser *chooser) /** * gtk_file_chooser_set_create_folders: * @chooser: a #GtkFileChooser - * @create_folders: %TRUE if the New Folder button should be displayed + * @create_folders: %TRUE if the Create Folder button should be displayed * * Sets whether file choser will offer to create new folders. * This is only relevant if the action is not set to be @@ -645,7 +645,7 @@ gtk_file_chooser_set_create_folders (GtkFileChooser *chooser, * Gets whether file choser will offer to create new folders. * See gtk_file_chooser_set_create_folders(). * - * Returns: %TRUE if the New Folder button should be displayed. + * Returns: %TRUE if the Create Folder button should be displayed. * * Since: 2.18 **/ |