diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-19 18:33:19 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-19 18:33:19 +0800 |
commit | cee5ad0a169b69938e45da69acd8696efa7b3f7f (patch) | |
tree | 4b2b919053367ba87fcdc7333135f6e5d1f1bb87 /embed/print-dialog.c | |
parent | 3ee134ac21a334be9600e88a1fe06e1a1c5d0652 (diff) | |
download | gsoc2013-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 'embed/print-dialog.c')
-rwxr-xr-x | embed/print-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/print-dialog.c b/embed/print-dialog.c index 238be4d98..6e4b46e2c 100755 --- a/embed/print-dialog.c +++ b/embed/print-dialog.c @@ -299,7 +299,7 @@ ephy_print_dialog_browse_button_cb (GtkWidget *widget, filter = ephy_file_chooser_add_mime_filter (fc, _("Postscript files"), "application/postscript", NULL); - ephy_file_chooser_add_pattern_filter (fc, _("All Files"), "*", NULL); + ephy_file_chooser_add_pattern_filter (fc, _("All files"), "*", NULL); gtk_file_chooser_set_filter (GTK_FILE_CHOOSER (fc), filter); |