mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
fixed whitespaces in strings (patch from Henry)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8421 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
dd4760c25f
commit
d9e1473533
33 changed files with 181 additions and 181 deletions
|
@ -253,7 +253,7 @@ QString GetStartedDialog::GetInviteText()
|
|||
text += tr("You can get RetroShare here: %1").arg(URL_DOWNLOAD) + "\n";
|
||||
text += "\n";
|
||||
text += tr("RetroShare is a private Friend-2-Friend sharing network.") + "\n";
|
||||
text += tr("It has many features, including built-in chat, messaging, ") + "\n";
|
||||
text += tr("It has many features, including built-in chat, messaging,") + "\n";
|
||||
text += tr("forums and channels, all of which are as secure as the file-sharing.") + "\n";
|
||||
text += "\n";
|
||||
text += "\n";
|
||||
|
@ -274,7 +274,7 @@ void GetStartedDialog::emailSubscribe()
|
|||
// when translation is needed, replace QString by tr
|
||||
QString text = QString("Please let me know when RetroShare has a new release, or exciting news") + "\n";
|
||||
text += "\n";
|
||||
text += QString("Furthermore, I'd like to say ... ") + "\n";
|
||||
text += QString("Furthermore, I'd like to say ...") + "\n";
|
||||
text += "\n";
|
||||
|
||||
sendMail(EMAIL_SUBSCRIBE, "Subscribe", text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue