From 3dff1d7bfc72e5504356c59ed446b97a47fdccde Mon Sep 17 00:00:00 2001 From: defnax Date: Thu, 11 Sep 2014 15:12:28 +0000 Subject: [PATCH] renaming strings git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7527 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.cpp b/retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.cpp index b3bfb4f32..a3c269aaa 100644 --- a/retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.cpp +++ b/retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.cpp @@ -49,7 +49,7 @@ CreateGxsChannelMsg::CreateGxsChannelMsg(const RsGxsGroupId &cId) mChannelQueue = new TokenQueue(rsGxsChannels->getTokenService(), this); headerFrame->setHeaderImage(QPixmap(":/images/channels.png")); - headerFrame->setHeaderText(tr("New GxsChannel Post")); + headerFrame->setHeaderText(tr("New Channel Post")); setAttribute ( Qt::WA_DeleteOnClose, true ); @@ -133,7 +133,7 @@ void CreateGxsChannelMsg::pasteLink() if(!not_have.empty()) { - QString msg = tr("GxsChannel security policy prevents you from posting files that you don't have. If you have these files, you need to share them before, or attach them explicitly:")+"

" ; + QString msg = tr("Channel security policy prevents you from posting files that you don't have. If you have these files, you need to share them before, or attach them explicitly:")+"

" ; for(QList::const_iterator it(not_have.begin());it!=not_have.end();++it) msg += (*it).toString() + "
" ;