aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPiers Cornwell <piers@gnome.org>2006-04-21 01:45:34 +0800
committerChristian Persch <chpe@src.gnome.org>2006-04-21 01:45:34 +0800
commit5419cc8d3a55515bb76e7d265703526150429b31 (patch)
tree6d4ab4722cfa09bee7fa4dfe56b6257f04e07395 /src
parent49ff60134ed9195c245aa194b2f56e87f88e6687 (diff)
downloadgsoc2013-epiphany-5419cc8d3a55515bb76e7d265703526150429b31.tar
gsoc2013-epiphany-5419cc8d3a55515bb76e7d265703526150429b31.tar.gz
gsoc2013-epiphany-5419cc8d3a55515bb76e7d265703526150429b31.tar.bz2
gsoc2013-epiphany-5419cc8d3a55515bb76e7d265703526150429b31.tar.lz
gsoc2013-epiphany-5419cc8d3a55515bb76e7d265703526150429b31.tar.xz
gsoc2013-epiphany-5419cc8d3a55515bb76e7d265703526150429b31.tar.zst
gsoc2013-epiphany-5419cc8d3a55515bb76e7d265703526150429b31.zip
Use header capitalisation. Bug #337915
2006-04-20 Piers Cornwell <piers@gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: Use header capitalisation. Bug #337915
Diffstat (limited to 'src')
-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 54c8ead29..2c80d534f 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -764,7 +764,7 @@ import_dialog_response_cb (GtkDialog *dialog,
EphyFileChooser *dialog;
GtkFileFilter *filter;
- dialog = ephy_file_chooser_new (_("Import bookmarks from file"),
+ dialog = ephy_file_chooser_new (_("Import Bookmarks from File"),
GTK_WIDGET (editor),
GTK_FILE_CHOOSER_ACTION_OPEN,
NULL, EPHY_FILE_FILTER_NONE);