diff options
author | Forest <forestix@sonic.net> | 2022-08-15 21:49:57 -0700 |
---|---|---|
committer | Forest <forestix@sonic.net> | 2022-08-15 21:49:57 -0700 |
commit | a4bd65ee1ec8a8f22787b4fcc7366d4c1837b1d8 (patch) | |
tree | 898fc06c0f3960f7bb746ff5955ae44769afbc2e /src | |
parent | Reduce memory usage when compiling slightly (diff) | |
download | nheko-a4bd65ee1ec8a8f22787b4fcc7366d4c1837b1d8.tar.xz |
Grammar fix: Group's sidebar -> Groups sidebar
Diffstat (limited to 'src')
-rw-r--r-- | src/UserSettingsPage.cpp | 2 |
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: |