LogPrint(eLogInfo,"HTTPProxy: Added address from addresshelper for ",m_RequestURL.host);
LogPrint(eLogInfo,"HTTPProxy: Added address from addresshelper for ",m_RequestURL.host);
@ -313,7 +332,8 @@ namespace proxy {
std::stringfull_url=m_RequestURL.to_string();
std::stringfull_url=m_RequestURL.to_string();
std::stringstreamss;
std::stringstreamss;
ss<<tr("Host")<<""<<m_RequestURL.host<<" <font color=red>"<<tr("already in router's addressbook")<<"</font>. ";
ss<<tr("Host")<<""<<m_RequestURL.host<<" <font color=red>"<<tr("already in router's addressbook")<<"</font>. ";
ss<<tr(/* tr: The "record" means addressbook's record. That message appears when domain was already added to addressbook, but helper link is opened for it. */"Click here to update record:")<<" <a href=\""<<full_url<<(full_url.find('?')!=std::string::npos?"&i2paddresshelper=":"?i2paddresshelper=");
ss<<tr(/* tr: The "record" means addressbook's record. That message appears when domain was already added to addressbook, but helper link is opened for it. */"Click here to update record:");