mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04:00
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:
parent
7dd828b196
commit
2307ef04a0
3 changed files with 17 additions and 13 deletions
|
@ -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" ));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue