mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
fixed tooltips for anti-spam forum features
This commit is contained in:
parent
a526a29a2b
commit
1471dbc8af
@ -552,7 +552,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="antispam_favorSignedIds">
|
<widget class="QCheckBox" name="antispam_favorSignedIds">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids,</p><p>while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation </p><p>score is above that threshold.</p></body></html></string>
|
<string><html><head/><body><p>This makes the media increase the reputation threshold to 0.4 for anonymous ids, while keeping it to 0.0 for PGP-linked ids. Therefore, anonymous ids can still post, if their local reputation score is above that threshold.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Favor PGP-signed ids</string>
|
<string>Favor PGP-signed ids</string>
|
||||||
@ -562,7 +562,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="antispam_keepTrackOfPosts">
|
<widget class="QRadioButton" name="antispam_keepTrackOfPosts">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who</p><p align="justify">forwarded each message to you, for the last 10 days. Although useless if alone (and already</p><p align="justify">available whatsoever) this information can be used by a group</p><p align="justify">of collaborative friends to easily locate the source of spams. To be used with care,</p><p align="justify">since it significantly decreases the anonymity of message posts.</p></body></html></string>
|
<string><html><head/><body><p align="justify">This feature allows Retroshare to locally keep a record of who forwarded each message to you, for the last 10 days. Although useless if alone (and already available whatsoever) this information can be used by a group of collaborative friends to easily locate the source of spams. To be used with care, since it significantly decreases the anonymity of message posts.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Keep track of posts</string>
|
<string>Keep track of posts</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user