0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-02-01 17:18:49 -05:00

fix prefixes

This commit is contained in:
Malte Jürgens 2023-03-15 15:06:17 +01:00
parent 7cc821770a
commit db83555f2a
No known key found for this signature in database
GPG key ID: D29FBD5F93C0CFC3
4 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
--- browser/locales/en-US/browser/preferences/preferences.ftl
+++ 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
@@ -128,6 +128,8 @@ search-results-help-link = Need help? Visit <a data-l10n-name="url">{ -brand-sho
startup-header = Startup

View file

@ -1,5 +1,5 @@
--- browser/components/preferences/privacy.inc.xhtml
+++ browser/components/preferences/privacy.inc.xhtml
--- a/browser/components/preferences/privacy.inc.xhtml
+++ b/browser/components/preferences/privacy.inc.xhtml
@@ -53,7 +53,7 @@
</description>
</vbox>
@ -50,8 +50,8 @@
<checkbox id="blockDownloads"
data-l10n-id="security-block-downloads"/>
<checkbox id="blockUncommonUnwanted"
--- browser/locales/en-US/browser/preferences/preferences.ftl
+++ 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
@@ -1190,7 +1190,7 @@ addressbar-quickactions-learn-more = Learn more
content-blocking-enhanced-tracking-protection = Enhanced Tracking Protection

View file

@ -1,5 +1,5 @@
--- browser/components/preferences/main.inc.xhtml
+++ browser/components/preferences/main.inc.xhtml
--- a/browser/components/preferences/main.inc.xhtml
+++ b/browser/components/preferences/main.inc.xhtml
@@ -742,7 +742,7 @@
support-page="media-keyboard-control"
/>

View file

@ -40,7 +40,7 @@ read
echo "-> Updating patch"
sed -i '/^[^#]/d' "../$1"
git diff --no-prefix | sed '/^diff --git /,+1 d' >>"../$1"
git diff | sed '/^diff --git /,+1 d' >>"../$1"
sed -i '1{/^$/d}' "../$1"
echo "-> Cleaning up"