correct_strings.sh: Add manual intervention required warning
Change-Id: I72264e7f297e8a5c02300326c171e54d42de9710
This commit is contained in:
parent
4dfdfba42c
commit
746f7a46ce
|
@ -37,3 +37,7 @@ git add -A
|
||||||
git commit -m "Automatic SchildiChat string correction"
|
git commit -m "Automatic SchildiChat string correction"
|
||||||
|
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
|
mydir="$(dirname "$(realpath "$0")")"
|
||||||
|
echo -e "\033[1;33m""Please fix -schlumpfwesen and -wolpertinger cases manually!""\033[0m"
|
||||||
|
echo "- $mydir/vector/src/main/res/values-de/strings.xml"
|
||||||
|
|
Loading…
Reference in New Issue