mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-04 17:15:31 -05:00
Fixed grammar on add friend wizard by rewording slightly
This commit is contained in:
parent
840e9306d6
commit
4880fc489b
@ -22,7 +22,7 @@
|
||||
<string>Add a new Friend</string>
|
||||
</property>
|
||||
<property name="subTitle">
|
||||
<string>This wizard will help you to connect to your friend(s) to RetroShare network.<br>These ways are possible to do this:</string>
|
||||
<string>This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend:</string>
|
||||
</property>
|
||||
<attribute name="pageId">
|
||||
<string notr="true">ConnectFriendWizard::Page_Intro</string>
|
||||
@ -60,14 +60,14 @@
|
||||
<widget class="QRadioButton" name="emailRadioButton">
|
||||
<property name="text">
|
||||
<string>&Send an Invitation by Email
|
||||
(She/He receives an email with instructions how to to download RetroShare)</string>
|
||||
(Your friend will receive an email with instructions how to to download RetroShare)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QRadioButton" name="friendRecommendationsRadioButton">
|
||||
<property name="text">
|
||||
<string>Recommend many friends to each others</string>
|
||||
<string>Recommend many friends to each other</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -271,7 +271,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="friendCertLabel">
|
||||
<property name="text">
|
||||
<string>Please, paste your friends PGP certificate into the box below</string>
|
||||
<string>Please, paste your friend's PGP certificate into the box below</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -883,7 +883,8 @@
|
||||
<enum>QFrame::Box</enum>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add to many friends. You can add as many friends as you like, but more than 40 will probably require too much resources.</string>
|
||||
<string>Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much
|
||||
resources.</string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
|
Loading…
x
Reference in New Issue
Block a user