--- a/Network/IRC/IrcNetworkManager.py Sat Jul 05 11:41:14 2014 +0200 +++ b/Network/IRC/IrcNetworkManager.py Sat Jul 05 12:13:23 2014 +0200 @@ -30,9 +30,9 @@ DefaultAwayMessage = QCoreApplication.translate( "IrcIdentity", "Gone away for now.") DefaultQuitMessage = QCoreApplication.translate( - "IrcIdentity", "IRC for eric5 IDE") + "IrcIdentity", "IRC for eric6 IDE") DefaultPartMessage = QCoreApplication.translate( - "IrcIdentity", "IRC for eric5 IDE") + "IrcIdentity", "IRC for eric6 IDE") def __init__(self, name): """