diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-10-30 21:54:15 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-10-30 21:54:15 +0800 |
commit | 64fe79685d4f2e2fa96e0868f869ff9bb8311301 (patch) | |
tree | 7769e0473df9005959d8554420120c584f557844 /src/prefs-dialog.c | |
parent | 1fb397be102cdfe6fa12fb363e689ce68595cad0 (diff) | |
download | gsoc2013-epiphany-64fe79685d4f2e2fa96e0868f869ff9bb8311301.tar.gz gsoc2013-epiphany-64fe79685d4f2e2fa96e0868f869ff9bb8311301.tar.zst gsoc2013-epiphany-64fe79685d4f2e2fa96e0868f869ff9bb8311301.zip |
Fix title capitalisation.
2005-10-30 Christian Persch <chpe@cvs.gnome.org>
* src/prefs-dialog.c: (create_download_path_button):
Fix title capitalisation.
Diffstat (limited to 'src/prefs-dialog.c')
-rw-r--r-- | src/prefs-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index 60f965d78..e0ad5891a 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -1161,7 +1161,7 @@ create_download_path_button (EphyDialog *dialog) properties[WINDOW_PROP].id, &parent, NULL); - fc = ephy_file_chooser_new (_("Select a directory"), + fc = ephy_file_chooser_new (_("Select a Directory"), parent, GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, NULL, EPHY_FILE_FILTER_NONE); |