Yes. And it is not as serious a problem as you fear:
AddLogLineM( true, CFormat( _("User %s (%u) requested your shareddirectories-list -> Denied") )
% m_client->GetUserName()
% m_client->GetUserIDHybrid() );
CPacket* replypacket = new CPacket(OP_ASKSHAREDDENIEDANS, 0, OP_EDONKEYPROT);
theStats::AddUpOverheadOther(replypacket->GetPacketSize());
AddDebugLogLineM( false, logLocalClient, wxT("Local Client: OP_ASKSHAREDDENIEDANS to ") + m_client->GetFullIP() );
SendPacket(replypacket, true, true);
#: src/ClientTCPSocket.cpp:909
#, c-format
msgid "User %s (%u) requested your shareddirectories-list -> Denied"
msgstr ""
"Usuario %s (%u) ha solicitado tu lista de directorios compartidos -> Aceptada"
I don't speak Spanish, but I doubt that "Denied" translates as "Aceptada".
