mirror of
https://codeberg.org/librewolf/source.git
synced 2025-03-11 13:41:31 -05:00
updated pref-pane patch->fixed sync checkbox
This commit is contained in:
parent
a0c9344988
commit
31bc791c4e
2 changed files with 3 additions and 2 deletions
1
Makefile
1
Makefile
|
@ -45,6 +45,7 @@ check :
|
||||||
|
|
||||||
|
|
||||||
update : README.md
|
update : README.md
|
||||||
|
./scripts/fetch-pref-pane-patch.sh
|
||||||
git submodule update --recursive --remote
|
git submodule update --recursive --remote
|
||||||
|
|
||||||
README.md : README.md.in ./version ./release
|
README.md : README.md.in ./version ./release
|
||||||
|
|
|
@ -614,7 +614,7 @@ index aab4a9e..907a631 100644
|
||||||
#include sync.inc.xhtml
|
#include sync.inc.xhtml
|
||||||
#include experimental.inc.xhtml
|
#include experimental.inc.xhtml
|
||||||
diff --git a/browser/locales/en-US/browser/preferences/preferences.ftl b/browser/locales/en-US/browser/preferences/preferences.ftl
|
diff --git a/browser/locales/en-US/browser/preferences/preferences.ftl b/browser/locales/en-US/browser/preferences/preferences.ftl
|
||||||
index d276f7a..458ac6f 100644
|
index d276f7a..a7f70ef 100644
|
||||||
--- a/browser/locales/en-US/browser/preferences/preferences.ftl
|
--- a/browser/locales/en-US/browser/preferences/preferences.ftl
|
||||||
+++ b/browser/locales/en-US/browser/preferences/preferences.ftl
|
+++ b/browser/locales/en-US/browser/preferences/preferences.ftl
|
||||||
@@ -1347,3 +1347,93 @@ choose-download-folder-title = Choose Download Folder:
|
@@ -1347,3 +1347,93 @@ choose-download-folder-title = Choose Download Folder:
|
||||||
|
@ -639,7 +639,7 @@ index d276f7a..458ac6f 100644
|
||||||
+librewolf-extension-update-checkbox =
|
+librewolf-extension-update-checkbox =
|
||||||
+ .label = Update add-ons automatically
|
+ .label = Update add-ons automatically
|
||||||
+librewolf-sync-checkbox =
|
+librewolf-sync-checkbox =
|
||||||
+ .label = Enable Firefox Sync
|
+ .label = Disable Firefox Sync
|
||||||
+librewolf-autocopy-checkbox =
|
+librewolf-autocopy-checkbox =
|
||||||
+ .label = Enable middle click paste
|
+ .label = Enable middle click paste
|
||||||
+librewolf-styling-checkbox =
|
+librewolf-styling-checkbox =
|
||||||
|
|
Loading…
Add table
Reference in a new issue