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:
defnax 2020-03-24 13:31:50 +01:00
parent a630d1b6ac
commit 858d8142b0
2 changed files with 6 additions and 6 deletions

View File

@ -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;
}

View File

@ -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>