getDownloadTip1 function

String getDownloadTip1()

Implementation

String getDownloadTip1(){
  var text = "Failed to download the installation package, please retry or click ";
  if(!CommonUtils.defaultEnLanguage){
    text = "下载安装包失败,请重试或单击 ";
  }
  return text;
}