mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -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)
|
||||
{
|
||||
if (name) *name = tr("Posted");
|
||||
if (group) *group = "Posted";
|
||||
if (name) *name = tr("Board Post");
|
||||
if (group) *group = "Board";
|
||||
|
||||
return true;
|
||||
}
|
||||
|
@ -75,7 +75,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="notify_Posted">
|
||||
<property name="text">
|
||||
<string>Links</string>
|
||||
<string>Boards</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -103,7 +103,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="notify_Security">
|
||||
<property name="text">
|
||||
<string>Security</string>
|
||||
<string>Friend Requests</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -155,7 +155,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="message_ConnectAttempt">
|
||||
<property name="text">
|
||||
<string>Connect attempt</string>
|
||||
<string>Friend Requests</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -256,7 +256,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="popup_ConnectAttempt">
|
||||
<property name="text">
|
||||
<string>Connect attempt</string>
|
||||
<string>Friend Requests</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user