[Make download Blink tab in SIP settings page configurable Adrian Georgescu **20130312095317 Ignore-this: 5053cae1220868ae3f74f356c72343f7 ] hunk ./library/sip_settings.php 2878 - printf (_("Download and install Blink preconfigured with your SIP account:")); - - print ""; - - print ""; + printf (_("Download and install %s preconfigured with your SIP account:"), $this->blink_download_url, $this->show_download_tab); + print ""; + print ""; hunk ./library/sip_settings.php 2882 - + hunk ./library/sip_settings.php 2898 - printf (_("To download Blink visit %s"),'http://icanblink.com/download.phtml','http://icanblink.co/download.phtml'); + printf (_("To download %s visit %s"),$this->show_download_tab, $this->blink_download_url, $this->blink_download_url); hunk ./library/sip_settings.php 2904 - printf (_("If you have already installed Blink, you can configure it to use your SIP account:")); + printf (_("If you have already installed %s, you can configure it to use your SIP account:"), $this->show_download_tab); hunk ./library/sip_settings.php 2910 - - - - - + + + + + hunk ./library/sip_settings.php 2917 + $this->show_download_tab,