Skip to content
Snippets Groups Projects
Commit d77bc26a authored by Matthias Clasen's avatar Matthias Clasen Committed by Matthias Clasen
Browse files

Fix whitespace in a blurb. (#319499, Francisco Javier F. Serrador)

2005-10-25  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace
	in a blurb.  (#319499, Francisco Javier F. Serrador)
parent d9120152
No related branches found
No related tags found
No related merge requests found
2005-10-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace
in a blurb. (#319499, Francisco Javier F. Serrador)
2005-10-24 Matthias Clasen <mclasen@redhat.com>
Add settings to hide the input method and Unicode control character
......
2005-10-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace
in a blurb. (#319499, Francisco Javier F. Serrador)
2005-10-24 Matthias Clasen <mclasen@redhat.com>
Add settings to hide the input method and Unicode control character
......
......@@ -273,9 +273,9 @@ gtk_file_chooser_class_init (gpointer g_iface)
g_object_interface_install_property (g_iface,
g_param_spec_boolean ("do-overwrite-confirmation",
P_("Do overwrite confirmation"),
P_("Whether a file chooser in save mode"
P_("Whether a file chooser in save mode "
"will present an overwrite confirmation dialog "
" if necessary."),
"if necessary."),
FALSE,
GTK_PARAM_READWRITE));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment