diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.schemas.in | 6 | ||||
-rw-r--r-- | data/glade/prefs-dialog.ui | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 0175a6fb6..c2e5e491d 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -471,13 +471,13 @@ </locale> </schema> <schema> - <key>/schemas/apps/epiphany/web/java_enabled</key> - <applyto>/apps/epiphany/web/java_enabled</applyto> + <key>/schemas/apps/epiphany/web/plugins_enabled</key> + <applyto>/apps/epiphany/web/plugins_enabled</applyto> <owner>epiphany</owner> <type>bool</type> <default>true</default> <locale name="C"> - <short>Enable Java</short> + <short>Enable Plugins</short> </locale> </schema> <schema> diff --git a/data/glade/prefs-dialog.ui b/data/glade/prefs-dialog.ui index 2fcf87f5e..3761cef29 100644 --- a/data/glade/prefs-dialog.ui +++ b/data/glade/prefs-dialog.ui @@ -503,8 +503,8 @@ </packing> </child> <child> - <object class="GtkCheckButton" id="enable_java_checkbutton"> - <property name="label" translatable="yes">Enable _Java</property> + <object class="GtkCheckButton" id="enable_plugins_checkbutton"> + <property name="label" translatable="yes">Enable _Plugins</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |