mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix Spelling and Grammar
This commit is contained in:
parent
770e9340b3
commit
840e9306d6
@ -46,12 +46,12 @@ ServicePermissionsPage::ServicePermissionsPage(QWidget * parent, Qt::WindowFlags
|
||||
QString ServicePermissionsPage::helpText() const
|
||||
{
|
||||
return tr("<h1><img width=\"24\" src=\":/icons/help_64.png\"> Permissions</h1> \
|
||||
<p>Permissions allow you to control which services are available to which friends</p>\
|
||||
<p>Permissions allow you to control which services are available to which friends.</p>\
|
||||
<p>Each interruptor shows two lights, indicating whether you or your friend has enabled\
|
||||
that service. Both needs to be ON (showing <img height=20 src=\":/images/switch11.png\"/>) to\
|
||||
that service. Both need to be ON (showing <img height=20 src=\":/images/switch11.png\"/>) to\
|
||||
let information transfer for a specific service/friend combination.</p>\
|
||||
<p>For each service, the global switch <img height=20 src=\":/images/global_switch_on.png\"> / <img height=20 src=\":/images/global_switch_off.png\">\
|
||||
allow to turn a service ON/OFF for all friends at once.</p>\
|
||||
allows you to turn a service ON/OFF for all friends at once.</p>\
|
||||
<p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also\
|
||||
stop all anonymous transfer, distant chat and distant messaging.</p>");
|
||||
}
|
||||
|
@ -67,7 +67,7 @@ void WebuiPage::load()
|
||||
QString WebuiPage::helpText() const
|
||||
{
|
||||
return tr("<h1><img width=\"24\" src=\":/icons/help_64.png\"> Webinterface</h1> \
|
||||
<p>The webinterface allows to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p>\
|
||||
<p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p>\
|
||||
<p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p>");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user