summaryrefslogtreecommitdiff
path: root/i18n/xx/null_all.sh
Side-by-side diff
Diffstat (limited to 'i18n/xx/null_all.sh') (more/less context) (show whitespace changes)
-rwxr-xr-xi18n/xx/null_all.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/i18n/xx/null_all.sh b/i18n/xx/null_all.sh
index c993fad..da44178 100755
--- a/i18n/xx/null_all.sh
+++ b/i18n/xx/null_all.sh
@@ -1,3 +1,4 @@
#!/bin/sh
-echo "this script adds nullstrings everywhere"
+echo "this script adds 'FOO' everywhere"
perl -pi -e "s/<translation.*/<translation>FOO<\/translation>/" *.ts
+echo "all strings replaced with 'FOO'"