crowdin: Add missing parenthesis
Change-Id: I9cd5074e39dfe176d950271786e01e0c28e6b9cc
diff --git a/cm_crowdin_sync_all.py b/cm_crowdin_sync_all.py
index e4afff0..5b027d7 100755
--- a/cm_crowdin_sync_all.py
+++ b/cm_crowdin_sync_all.py
@@ -305,7 +305,7 @@
cm_caf_add.append(path_to_cm)
print('Purged ' + path_to_cm + ' from CAF additions')
-print('\nSTEP 2: Upload Crowdin source translations (non-AOSP supported languages')
+print('\nSTEP 2: Upload Crowdin source translations (non-AOSP supported languages)')
# Execute 'crowdin-cli upload sources' and show output
print(subprocess.check_output(['crowdin-cli', '-c', 'crowdin/crowdin_aosp.yaml', 'upload', 'sources']))