summary refs log tree commit diff
path: root/src/UserSettingsPage.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-04-14 19:14:28 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-04-14 19:21:40 +0200
commit1af83bb4cc734563156c1afe4b37b760ec4d63e8 (patch)
tree6e5584f967c9bf451237c9b5154e69e7a9feebc7 /src/UserSettingsPage.cpp
parentAlphabetical ordering option (diff)
downloadnheko-1af83bb4cc734563156c1afe4b37b760ec4d63e8.tar.xz
Optimize alphabetical sorting a bit
fixes #1272
Diffstat (limited to 'src/UserSettingsPage.cpp')
-rw-r--r--src/UserSettingsPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UserSettingsPage.cpp b/src/UserSettingsPage.cpp
index e4af4b56..dd4270a8 100644
--- a/src/UserSettingsPage.cpp
+++ b/src/UserSettingsPage.cpp
@@ -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: