From db842d1f21112807ace8a771dc83f3929be3b6e9 Mon Sep 17 00:00:00 2001 From: defnax Date: Sun, 10 Jan 2021 16:24:08 +0100 Subject: [PATCH] Rename Log to Activity --- retroshare-gui/src/gui/NewsFeed.cpp | 2 +- retroshare-gui/src/gui/NewsFeed.h | 2 +- retroshare-gui/src/gui/NewsFeed.ui | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/retroshare-gui/src/gui/NewsFeed.cpp b/retroshare-gui/src/gui/NewsFeed.cpp index 2940dca03..b42f342f4 100644 --- a/retroshare-gui/src/gui/NewsFeed.cpp +++ b/retroshare-gui/src/gui/NewsFeed.cpp @@ -111,7 +111,7 @@ NewsFeed::NewsFeed(QWidget *parent) : MainPage(parent), ui(new Ui::NewsFeed), QString hlp_str = tr( "

  News Feed

\ -

The Log Feed displays the last events on your network, sorted by the time you received them. \ +

The Activity Feed displays the last events on your network, sorted by the time you received them. \ This gives you a summary of the activity of your friends. \ You can configure which events to show by pressing on Options.

\

The various events shown are: \ diff --git a/retroshare-gui/src/gui/NewsFeed.h b/retroshare-gui/src/gui/NewsFeed.h index 869d654fd..2e3d7e5ed 100644 --- a/retroshare-gui/src/gui/NewsFeed.h +++ b/retroshare-gui/src/gui/NewsFeed.h @@ -69,7 +69,7 @@ public: virtual ~NewsFeed(); virtual QIcon iconPixmap() const { return QIcon(IMAGE_NEWSFEED) ; } //MainPage - virtual QString pageName() const { return tr("Log") ; } //MainPage + virtual QString pageName() const { return tr("Activity") ; } //MainPage virtual QString helpText() const { return ""; } //MainPage virtual UserNotify *createUserNotify(QObject *parent) override; diff --git a/retroshare-gui/src/gui/NewsFeed.ui b/retroshare-gui/src/gui/NewsFeed.ui index ed40bdccb..1314c60c7 100644 --- a/retroshare-gui/src/gui/NewsFeed.ui +++ b/retroshare-gui/src/gui/NewsFeed.ui @@ -69,7 +69,7 @@ - Log entries + Activity Stream