mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-14 08:59:50 -05:00
rename some notify settings strings links to boards
* rename some notify settings strings links/posted to boards * connect attempt to Friend requests
This commit is contained in:
parent
a630d1b6ac
commit
858d8142b0
@ -28,8 +28,8 @@ PostedUserNotify::PostedUserNotify(RsGxsIfaceHelper *ifaceImpl, QObject *parent)
|
|||||||
|
|
||||||
bool PostedUserNotify::hasSetting(QString *name, QString *group)
|
bool PostedUserNotify::hasSetting(QString *name, QString *group)
|
||||||
{
|
{
|
||||||
if (name) *name = tr("Posted");
|
if (name) *name = tr("Board Post");
|
||||||
if (group) *group = "Posted";
|
if (group) *group = "Board";
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
@ -75,7 +75,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="notify_Posted">
|
<widget class="QCheckBox" name="notify_Posted">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Links</string>
|
<string>Boards</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -103,7 +103,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="notify_Security">
|
<widget class="QCheckBox" name="notify_Security">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Security</string>
|
<string>Friend Requests</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -155,7 +155,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="message_ConnectAttempt">
|
<widget class="QCheckBox" name="message_ConnectAttempt">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Connect attempt</string>
|
<string>Friend Requests</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -256,7 +256,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="popup_ConnectAttempt">
|
<widget class="QCheckBox" name="popup_ConnectAttempt">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Connect attempt</string>
|
<string>Friend Requests</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user