diff options
author | MatMoul <matmoul@gmail.com> | 2018-09-04 01:22:31 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2018-09-04 01:22:31 +0200 |
commit | d5146f139b040bf2bbb10b458748244fbbdba9e3 (patch) | |
tree | 05d9d554af64c025b9b1595dfc2c4ea85dd13ba1 | |
parent | 8f770a0337bb969ad57a4274b7da423c74fb7897 (diff) | |
download | hyperfi-d5146f139b040bf2bbb10b458748244fbbdba9e3.tar.lz hyperfi-d5146f139b040bf2bbb10b458748244fbbdba9e3.tar.xz hyperfi-d5146f139b040bf2bbb10b458748244fbbdba9e3.zip |
Fix archdi missing string
-rw-r--r-- | archfi | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1213,6 +1213,8 @@ installarchdi(){ fi } archdidownload(){ + txtselectserver="Select source server :" + txtback="Back" options=() options+=("sourceforge.net" "recommended") options+=("github.com" "") |