summaryrefslogtreecommitdiff
path: root/i18n/xx/null_all.sh
authorkergoth <kergoth>2003-08-09 15:23:37 (UTC)
committer kergoth <kergoth>2003-08-09 15:23:37 (UTC)
commit0799b67a825c8ec00e57a63e5a5d55fd26bb2337 (patch) (side-by-side diff)
tree418a6198021568b1b6dbe4178a938e6fe975c2c8 /i18n/xx/null_all.sh
parentb97ae670792c4b9e35fbe89f1e40d59786afdabb (diff)
downloadopie-0799b67a825c8ec00e57a63e5a5d55fd26bb2337.zip
opie-0799b67a825c8ec00e57a63e5a5d55fd26bb2337.tar.gz
opie-0799b67a825c8ec00e57a63e5a5d55fd26bb2337.tar.bz2
Merge from BRANCH_1_0.
Diffstat (limited to 'i18n/xx/null_all.sh') (more/less context) (ignore 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'"