Remove irrelevant message from bootstrap installation error

Bootstraps are no longer downloaded from the Internet.
This commit is contained in:
Leonid Plyushch
2020-04-30 14:34:35 +03:00
committed by GitHub
parent 9b7c7102b2
commit 2659c06c5d

View File

@@ -13,7 +13,7 @@
<string name="bootstrap_installer_body">Installing…</string>
<string name="bootstrap_error_title">Unable to install</string>
<string name="bootstrap_error_body">Termux was unable to install the bootstrap packages.\n\nCheck your network connection and try again.</string>
<string name="bootstrap_error_body">Termux was unable to install the bootstrap packages.</string>
<string name="bootstrap_error_abort">Abort</string>
<string name="bootstrap_error_try_again">Try again</string>
<string name="bootstrap_error_not_primary_user_message">Termux can only be installed on the primary user account.</string>