forked from AuroraMiddleware/gtk
docs: fix typos in gtk_file_chooser_set_local_only
Change "file are files" to "file or files." Also remove an excessive "file" in "file system." https://bugzilla.gnome.org/show_bug.cgi?id=729473
This commit is contained in:
parent
22ab2ca2a5
commit
7850fb62ea
@ -529,9 +529,9 @@ gtk_file_chooser_get_action (GtkFileChooser *chooser)
|
|||||||
*
|
*
|
||||||
* Sets whether only local files can be selected in the
|
* Sets whether only local files can be selected in the
|
||||||
* file selector. If @local_only is %TRUE (the default),
|
* file selector. If @local_only is %TRUE (the default),
|
||||||
* then the selected file are files are guaranteed to be
|
* then the selected file or files are guaranteed to be
|
||||||
* accessible through the operating systems native file
|
* accessible through the operating systems native file
|
||||||
* file system and therefore the application only
|
* system and therefore the application only
|
||||||
* needs to worry about the filename functions in
|
* needs to worry about the filename functions in
|
||||||
* #GtkFileChooser, like gtk_file_chooser_get_filename(),
|
* #GtkFileChooser, like gtk_file_chooser_get_filename(),
|
||||||
* rather than the URI functions like
|
* rather than the URI functions like
|
||||||
|
Loading…
Reference in New Issue
Block a user