Remove the welcome dialog

Instead of a modal dialog to be dismissed without any way to recall
it, the initial information will be shown in the terminal itself.
This commit is contained in:
Fredrik Fornwall
2017-02-04 11:31:04 +01:00
parent cb2f892dc5
commit 528a05ef61
3 changed files with 0 additions and 24 deletions

View File

@@ -11,10 +11,6 @@
<string name="share_transcript_title">Terminal transcript</string>
<string name="help">Help</string>
<string name="welcome_dialog_title">Welcome to Termux</string>
<string name="welcome_dialog_body">Long press and select <i>More…</i> to show a menu where <i>Help</i> is available.\n\nExecute <b>apt update</b> to update the packages list before installing packages.</string>
<string name="welcome_dialog_dont_show_again_button">Do not show again</string>
<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>