summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooser.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-10-25 17:57:35 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-10-25 17:57:35 +0000
commitd77bc26a829f345a5646517cdbf4f346de227784 (patch)
treecdc22878889e4e098f3069074047f484db21594c /gtk/gtkfilechooser.c
parentd9120152625beff741a005c5baca1a2db69ce659 (diff)
downloadgtk+-d77bc26a829f345a5646517cdbf4f346de227784.tar.gz
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)
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r--gtk/gtkfilechooser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index a55ef8b90b..0a138675d1 100644
--- a/gtk/gtkfilechooser.c
+++ b/gtk/gtkfilechooser.c
@@ -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));
}