diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/default-prefs-common.js | 18 | ||||
-rw-r--r-- | data/epiphany.schemas.in | 3 |
2 files changed, 20 insertions, 1 deletions
diff --git a/data/default-prefs-common.js b/data/default-prefs-common.js index baeda3016..219bcf2be 100644 --- a/data/default-prefs-common.js +++ b/data/default-prefs-common.js @@ -58,6 +58,15 @@ pref("font.size.fixed.th", 10); pref("font.size.fixed.zh-TW", 10); pref("font.size.fixed.zh-HK", 10); pref("font.size.fixed.tr", 10); +pref("font.size.fixed.x-armn", 10); +pref("font.size.fixed.x-beng", 10); +pref("font.size.fixed.x-cans", 10); +pref("font.size.fixed.x-ethi", 10); +pref("font.size.fixed.x-geor", 10); +pref("font.size.fixed.x-gujr", 10); +pref("font.size.fixed.x-guru", 10); +pref("font.size.fixed.x-khmr", 10); +pref("font.size.fixed.x-mlym", 10); pref("font.size.fixed.x-unicode", 10); pref("font.size.fixed.x-western", 10); pref("font.size.variable.ar", 11); @@ -75,6 +84,15 @@ pref("font.size.variable.th", 11); pref("font.size.variable.zh-TW", 11); pref("font.size.variable.zh-HK", 11); pref("font.size.variable.tr", 11); +pref("font.size.variable.x-armn", 11); +pref("font.size.variable.x-beng", 11); +pref("font.size.variable.x-cans", 11); +pref("font.size.variable.x-ethi", 11); +pref("font.size.variable.x-geor", 11); +pref("font.size.variable.x-gujr", 11); +pref("font.size.variable.x-guru", 11); +pref("font.size.variable.x-khmr", 11); +pref("font.size.variable.x-mlym", 11); pref("font.size.variable.x-unicode", 11); pref("font.size.variable.x-western", 11); diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 0ca7c7b6a..53da03011 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -85,6 +85,7 @@ <locale name="C"> <default>x-western</default> <short>The currently selected fonts language</short> + <!-- FIXME complete the list with the gecko-1-8 new x-* names --> <long> The currently selected fonts language. Valid values are "ar" (arabic), "x-baltic" (baltic languages), "x-central-euro" (central european languages), @@ -442,7 +443,7 @@ <default>Downloads</default> <locale name="C"> <short>The downloads folder</short> - <long>The path of the folder where downloads are saved.</long> + <long>The path of the folder where to download files to; or "Downloads" to use the default downloads folder, or "Desktop" to use the desktop folder.</long> </locale> </schema> <schema> |