1
0

update make_locale doc references, and small nits

This commit is contained in:
SomberNight
2019-07-03 17:42:40 +02:00
parent f1516d60ec
commit 5ed6a68d8c
6 changed files with 9 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ PACKAGES="$ROOT_FOLDER"/packages/
LOCALE="$ROOT_FOLDER"/electrum/locale/
if [ ! -d "$LOCALE" ]; then
echo "Run make_locale first!"
echo "Run pull_locale first!"
exit 1
fi