diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-09-21 00:03:25 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-09-21 00:03:25 +0200 |
commit | b629455fabd8e15e5f1d6cc6dae2f19454402bea (patch) | |
tree | 6b5840e1abe0c52870490b919c26a0882f69b2cf /src/UserSettingsPage.cpp | |
parent | Show the community of a room (diff) | |
download | nheko-b629455fabd8e15e5f1d6cc6dae2f19454402bea.tar.xz |
Rename groups
Diffstat (limited to '')
-rw-r--r-- | src/UserSettingsPage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/UserSettingsPage.cpp b/src/UserSettingsPage.cpp index 0ad925cc..1ba39627 100644 --- a/src/UserSettingsPage.cpp +++ b/src/UserSettingsPage.cpp @@ -911,7 +911,7 @@ UserSettingsModel::data(const QModelIndex &index, int role) const case StartInTray: return tr("Start in tray"); case GroupView: - return tr("Groups sidebar"); + return tr("Communities sidebar"); case Markdown: return tr("Send messages as Markdown"); case Bubbles: @@ -1179,7 +1179,7 @@ UserSettingsModel::data(const QModelIndex &index, int role) const case StartInTray: return tr("Start the application in the background without showing the client window."); case GroupView: - return tr("Show a column containing groups and tags next to the room list."); + return tr("Show a column containing communities and tags next to the room list."); case Markdown: return tr( "Allow using markdown in messages.\nWhen disabled, all messages are sent as a plain " |