From 858d8142b08e8157f58d987f8ba270bfcd0bbf8c Mon Sep 17 00:00:00 2001 From: defnax Date: Tue, 24 Mar 2020 13:31:50 +0100 Subject: [PATCH] rename some notify settings strings links to boards * rename some notify settings strings links/posted to boards * connect attempt to Friend requests --- retroshare-gui/src/gui/Posted/PostedUserNotify.cpp | 4 ++-- retroshare-gui/src/gui/settings/NotifyPage.ui | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/retroshare-gui/src/gui/Posted/PostedUserNotify.cpp b/retroshare-gui/src/gui/Posted/PostedUserNotify.cpp index ef0cfa31d..6e3a028fb 100644 --- a/retroshare-gui/src/gui/Posted/PostedUserNotify.cpp +++ b/retroshare-gui/src/gui/Posted/PostedUserNotify.cpp @@ -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; } diff --git a/retroshare-gui/src/gui/settings/NotifyPage.ui b/retroshare-gui/src/gui/settings/NotifyPage.ui index 0f25f470e..f468a62ec 100755 --- a/retroshare-gui/src/gui/settings/NotifyPage.ui +++ b/retroshare-gui/src/gui/settings/NotifyPage.ui @@ -75,7 +75,7 @@ - Links + Boards @@ -103,7 +103,7 @@ - Security + Friend Requests @@ -155,7 +155,7 @@ - Connect attempt + Friend Requests @@ -256,7 +256,7 @@ - Connect attempt + Friend Requests