aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-bookmarks-editor.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-05-19 18:33:19 +0800
committerChristian Persch <chpe@src.gnome.org>2004-05-19 18:33:19 +0800
commitcee5ad0a169b69938e45da69acd8696efa7b3f7f (patch)
tree4b2b919053367ba87fcdc7333135f6e5d1f1bb87 /src/bookmarks/ephy-bookmarks-editor.c
parent3ee134ac21a334be9600e88a1fe06e1a1c5d0652 (diff)
downloadgsoc2013-epiphany-cee5ad0a169b69938e45da69acd8696efa7b3f7f.tar
gsoc2013-epiphany-cee5ad0a169b69938e45da69acd8696efa7b3f7f.tar.gz
gsoc2013-epiphany-cee5ad0a169b69938e45da69acd8696efa7b3f7f.tar.bz2
gsoc2013-epiphany-cee5ad0a169b69938e45da69acd8696efa7b3f7f.tar.lz
gsoc2013-epiphany-cee5ad0a169b69938e45da69acd8696efa7b3f7f.tar.xz
gsoc2013-epiphany-cee5ad0a169b69938e45da69acd8696efa7b3f7f.tar.zst
gsoc2013-epiphany-cee5ad0a169b69938e45da69acd8696efa7b3f7f.zip
Fix capitalisation.
2004-05-19 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (ephy_print_dialog_browse_button_cb): * src/bookmarks/ephy-bookmarks-editor.c: (import_dialog_response_cb): Fix capitalisation.
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-editor.c')
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index 2bf909e8d..5a8b71976 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -575,7 +575,7 @@ import_dialog_response_cb (GtkDialog *dialog, gint response,
"text/rdf", NULL);
filter = ephy_file_chooser_add_pattern_filter (dialog,
- _("All Files"),
+ _("All files"),
"*", NULL);
gtk_file_chooser_set_filter (GTK_FILE_CHOOSER (dialog),