diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/bookmarks/ephy-bookmarks-editor.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2006-04-20 Piers Cornwell <piers@gnome.org> + + * src/bookmarks/ephy-bookmarks-editor.c: + + Use header capitalisation. Bug #337915 + 2006-04-19 Christian Persch <chpe@cvs.gnome.org> * data/glade/prefs-dialog.glade: 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); |