Optimize alphabetical sorting a bit

fixes #1272
This commit is contained in:
Nicolas Werner 2023-04-14 19:14:28 +02:00
parent 4b2bf9680c
commit 1af83bb4cc
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
2 changed files with 9 additions and 10 deletions

View file

@ -1023,7 +1023,7 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
case SortByImportance:
return tr("Sort rooms by unreads");
case SortByAlphabet:
return tr("Sort rooms by alphabetical order instead of last message time");
return tr("Sort rooms alphabetically");
case ButtonsInTimeline:
return tr("Show buttons in timeline");
case TimelineMaxWidth: