diff options
author | dartraiden <wowemuh@gmail.com> | 2025-01-04 19:20:50 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2025-01-04 19:20:50 +0300 |
commit | 521003b18a6195129eb7c2991e898eb35cf14e73 (patch) | |
tree | 49c9772aabe62374e8f841b12342faadc1fa1aca | |
parent | e66cc6f92811270531993019b25ae546a70362e9 (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.cpp | 2 |
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-")
|