summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2025-01-04 19:20:50 +0300
committerdartraiden <wowemuh@gmail.com>2025-01-04 19:20:50 +0300
commit521003b18a6195129eb7c2991e898eb35cf14e73 (patch)
tree49c9772aabe62374e8f841b12342faadc1fa1aca
parente66cc6f92811270531993019b25ae546a70362e9 (diff)
It actually depends on the order of the accounts, not the name of the accounts
-rw-r--r--plugins/Clist_modern/src/modern_clcopts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_clcopts.cpp b/plugins/Clist_modern/src/modern_clcopts.cpp
index ccbdeb674d..184f11da2c 100644
--- a/plugins/Clist_modern/src/modern_clcopts.cpp
+++ b/plugins/Clist_modern/src/modern_clcopts.cpp
@@ -464,7 +464,7 @@ static wchar_t* sortby[] =
LPGENW("Name (use locale settings)"),
LPGENW("Status"),
LPGENW("Last message time"),
- LPGENW("Account name"),
+ LPGENW("Account order"),
LPGENW("Rate"),
LPGENW("Last online"),
LPGENW("-Nothing-")