mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-04 11:06:47 -04:00
Merge pull request #732 from mestaritonttu/patch-14
Clarify sorting by posts
This commit is contained in:
commit
7d8e06b050
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ void GroupTreeWidget::initDisplayMenu(QToolButton *toolButton)
|
|||
actionSortByLastPost->setCheckable(true);
|
||||
actionSortByLastPost->setActionGroup(actionGroup);
|
||||
|
||||
actionSortByPosts = displayMenu->addAction(QIcon(), tr("Sort by Posts"), this, SLOT(sort()));
|
||||
actionSortByPosts = displayMenu->addAction(QIcon(), tr("Sort by Number of Posts"), this, SLOT(sort()));
|
||||
actionSortByPosts->setCheckable(true);
|
||||
actionSortByPosts->setActionGroup(actionGroup);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue