getDownloadTip3 function

String getDownloadTip3()

Implementation

String getDownloadTip3(){
  var text = " to download the file to install once it has been downloaded";
  if(!CommonUtils.defaultEnLanguage){
    text = " 下载文件后再进行安装";
  }
  return text;
}