standardize on "build-tools" as the name of that Android SDK component

This commit is contained in:
Hans-Christoph Steiner 2017-10-19 21:07:50 +02:00
parent 35c7c1e805
commit f227af817f
17 changed files with 17 additions and 17 deletions

View file

@ -416,7 +416,7 @@ def ensure_build_tools_exists(thisconfig):
versioned_build_tools = os.path.join(build_tools, thisconfig['build_tools'])
if not os.path.isdir(versioned_build_tools):
raise FDroidException(
_("Android Build Tools path '{path}' does not exist!")
_("Android build-tools path '{path}' does not exist!")
.format(path=versioned_build_tools))