diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.schemas.in | 13 | ||||
-rw-r--r-- | data/glade/prefs-dialog.glade | 5 |
2 files changed, 10 insertions, 8 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 0d33cdc41..283901f71 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -132,15 +132,16 @@ </locale> </schema> <schema> - <key>/schemas/apps/epiphany/general/auto_open_downloads</key> - <applyto>/apps/epiphany/general/auto_open_downloads</applyto> + <key>/schemas/apps/epiphany/general/automatic_downloads</key> + <applyto>/apps/epiphany/general/automatic_downloads</applyto> <owner>epiphany</owner> <type>bool</type> <default>true</default> <locale name="C"> - <short>Auto open downloads</short> - <long>Automatically open downloaded files which are "safe" to open, - like videos, images, text documents, compressed files, etc.</long> + <short>Automatic downloads</short> + <long>When files cannot be opened by the browser they are + automatically downloaded to the download folder and opened + with the appropriate application.</long> </locale> </schema> <schema> @@ -404,7 +405,7 @@ <applyto>/apps/epiphany/directories/download</applyto> <owner>epiphany</owner> <type>string</type> - <default>Desktop</default> + <default>~/Downloads</default> <locale name="C"> </locale> </schema> diff --git a/data/glade/prefs-dialog.glade b/data/glade/prefs-dialog.glade index 5b5b809d4..4151244e4 100644 --- a/data/glade/prefs-dialog.glade +++ b/data/glade/prefs-dialog.glade @@ -379,9 +379,10 @@ </child> <child> - <widget class="GtkCheckButton" id="auto_open_downloads_checkbutton"> + <widget class="GtkCheckButton" id="automatic_downloads_checkbutton"> + <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Automatically open "safe" downloads</property> + <property name="label" translatable="yes">Automatically download and open files</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> |