Fixed grammar on add friend wizard by rewording slightly

This commit is contained in:
Ivan Lucas 2015-09-10 11:21:01 +01:00
parent 840e9306d6
commit 4880fc489b

View file

@ -22,7 +22,7 @@
<string>Add a new Friend</string> <string>Add a new Friend</string>
</property> </property>
<property name="subTitle"> <property name="subTitle">
<string>This wizard will help you to connect to your friend(s) to RetroShare network.&lt;br&gt;These ways are possible to do this:</string> <string>This wizard will help you to connect to your friend(s) to RetroShare network.&lt;br&gt;Select how you would like to add a friend:</string>
</property> </property>
<attribute name="pageId"> <attribute name="pageId">
<string notr="true">ConnectFriendWizard::Page_Intro</string> <string notr="true">ConnectFriendWizard::Page_Intro</string>
@ -60,14 +60,14 @@
<widget class="QRadioButton" name="emailRadioButton"> <widget class="QRadioButton" name="emailRadioButton">
<property name="text"> <property name="text">
<string>&amp;Send an Invitation by Email <string>&amp;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> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QRadioButton" name="friendRecommendationsRadioButton"> <widget class="QRadioButton" name="friendRecommendationsRadioButton">
<property name="text"> <property name="text">
<string>Recommend many friends to each others</string> <string>Recommend many friends to each other</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -271,7 +271,7 @@
<item> <item>
<widget class="QLabel" name="friendCertLabel"> <widget class="QLabel" name="friendCertLabel">
<property name="text"> <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> </property>
</widget> </widget>
</item> </item>
@ -883,7 +883,8 @@
<enum>QFrame::Box</enum> <enum>QFrame::Box</enum>
</property> </property>
<property name="text"> <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>
<property name="wordWrap"> <property name="wordWrap">
<bool>true</bool> <bool>true</bool>