Removed count of possible ways from the header text in ConnectFriendWizard.

Fixed german language.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3945 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-12-29 21:09:00 +00:00
parent 7dd828b196
commit 2307ef04a0
3 changed files with 17 additions and 13 deletions

View file

@ -175,9 +175,7 @@ IntroPage::IntroPage(QWidget *parent)
"color:white;\">%1</span>");
setTitle( titleStr.arg( tr("Add a new Friend") ) ) ;
setSubTitle(tr("This wizard will help you to connect to your friend(s) "
"to RetroShare network. There are five possible ways "
"to do this:")) ;
setSubTitle(tr("This wizard will help you to connect to your friend(s) to RetroShare network.\nThese ways are possible to do this:"));
textRadioButton = new QRadioButton(tr("&Enter the certificate manually"));
certRadioButton = new QRadioButton(tr("&You get a certificate file from your friend" ));