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

View File

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