summaryrefslogtreecommitdiff
path: root/makeicecat
diff options
context:
space:
mode:
Diffstat (limited to 'makeicecat')
-rwxr-xr-xmakeicecat2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeicecat b/makeicecat
index 5cb016a..3700a0c 100755
--- a/makeicecat
+++ b/makeicecat
@@ -432,7 +432,7 @@ apply_batch_branding()
find . | tac | grep -i firefox | ${RENAME_CMD} --nofullpath -E 's/firefox/icecat/;' -E 's/Firefox/IceCat/;'
find services/fxaccounts/rust-bridge | tac | ${RENAME_CMD} --nofullpath -E 's/icecat-accounts/firefox-accounts/;' -E 's/IceCatAccounts/FirefoxAccounts/;'
- echo "Running batch rebranding"
+ echo "Running batch rebranding (this will take a while)"
local sed_script="
s|marketplace\\.firefox\\.com|f-droid.org/repository/browse|g;
s/org\\.mozilla\\.firefox/org.gnu.icecat/g;