summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2022-08-16 19:26:33 +0000
committerGitHub <noreply@github.com>2022-08-16 19:26:33 +0000
commit0e4932d973671ac35738fb1a42a0fd86a4f2f0da (patch)
tree898fc06c0f3960f7bb746ff5955ae44769afbc2e /src
parentReduce memory usage when compiling slightly (diff)
parentGrammar fix: Group's sidebar -> Groups sidebar (diff)
downloadnheko-0e4932d973671ac35738fb1a42a0fd86a4f2f0da.tar.xz
Merge pull request #1155 from foresto/grammar-apostrophe
Grammar fix:  Group's sidebar -> Groups sidebar
Diffstat (limited to 'src')
-rw-r--r--src/UserSettingsPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UserSettingsPage.cpp b/src/UserSettingsPage.cpp

index b850d2e5..0ad925cc 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("Group's sidebar"); + return tr("Groups sidebar"); case Markdown: return tr("Send messages as Markdown"); case Bubbles: