Change some hard-coded phrases.

This commit is contained in:
John Preston 2025-05-07 20:35:01 +04:00
parent a3637c12d6
commit 9c3b62574d
2 changed files with 3 additions and 3 deletions

View file

@ -104,8 +104,8 @@ constexpr auto kSearchRequestDelay = crl::time(900);
base::options::toggle OptionForumHideChatsList({ base::options::toggle OptionForumHideChatsList({
.id = kOptionForumHideChatsList, .id = kOptionForumHideChatsList,
.name = "Hide chats list in forums", .name = "Hide chat list in forums",
.description = "Don't keep a narrow column of chats list.", .description = "Don't keep a narrow column of chat list.",
}); });
[[nodiscard]] bool RedirectTextToSearch(const QString &text) { [[nodiscard]] bool RedirectTextToSearch(const QString &text) {

View file

@ -165,7 +165,7 @@ constexpr auto kMaxUnreadWithoutConfirmation = 1000;
base::options::toggle ViewProfileInChatsListContextMenu({ base::options::toggle ViewProfileInChatsListContextMenu({
.id = kOptionViewProfileInChatsListContextMenu, .id = kOptionViewProfileInChatsListContextMenu,
.name = "Add \"View Profile\"", .name = "Add \"View Profile\"",
.description = "Add \"View Profile\" to context menu in chats list", .description = "Add \"View Profile\" to context menu in chat list",
}); });
void SetActionText(not_null<QAction*> action, rpl::producer<QString> &&text) { void SetActionText(not_null<QAction*> action, rpl::producer<QString> &&text) {