Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
  • Loading branch information
MorrisJobke committed Aug 26, 2018
1 parent 9c6da91 commit 8fc95c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translations/handlePlainTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi
# for the Android talk app rename the informal german to the formal version
if [ -d app/src/main/res ]; then
rm -rf app/src/main/res/values-de
mv app/src/main/res/values-de-rDE src/main/res/values-de
mv app/src/main/res/values-de-rDE app/src/main/res/values-de
fi

if [ -e "scripts/metadata/generate_metadata.py" ]; then
Expand Down

0 comments on commit 8fc95c8

Please sign in to comment.