summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesel.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-09-09 16:21:15 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-09-09 16:21:15 +0000
commit9a86f6581872ff48218923a3ab7b6136927ec3d4 (patch)
treea76121d58ec44a7bf4a949c41478d6856c322883 /gtk/gtkfilesel.c
parentef86d4038494c08935cc606d84af61b8a3e0cfac (diff)
downloadgtk+-9a86f6581872ff48218923a3ab7b6136927ec3d4.tar.gz
Stylistic improvements and clarifications for some blurbs. (#315520,
2005-09-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c (gtk_icon_view_class_init): * gtk/gtkfilesel.c (gtk_file_selection_class_init): * gtk/gtkcombobox.c (gtk_combo_box_class_init): * gtk/gtklabel.c (gtk_label_class_init): * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): Stylistic improvements and clarifications for some blurbs. (#315520, Clytie Siddall)
Diffstat (limited to 'gtk/gtkfilesel.c')
-rw-r--r--gtk/gtkfilesel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilesel.c b/gtk/gtkfilesel.c
index c982ec3369..53e17a7587 100644
--- a/gtk/gtkfilesel.c
+++ b/gtk/gtkfilesel.c
@@ -569,7 +569,7 @@ gtk_file_selection_class_init (GtkFileSelectionClass *class)
g_object_class_install_property (gobject_class,
PROP_SELECT_MULTIPLE,
g_param_spec_boolean ("select-multiple",
- P_("Select multiple"),
+ P_("Select Multiple"),
P_("Whether to allow multiple files to be selected"),
FALSE,
GTK_PARAM_READWRITE));