mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 07:33:52 +02:00
Change some hard-coded phrases.
This commit is contained in:
parent
a3637c12d6
commit
9c3b62574d
2 changed files with 3 additions and 3 deletions
|
@ -104,8 +104,8 @@ constexpr auto kSearchRequestDelay = crl::time(900);
|
|||
|
||||
base::options::toggle OptionForumHideChatsList({
|
||||
.id = kOptionForumHideChatsList,
|
||||
.name = "Hide chats list in forums",
|
||||
.description = "Don't keep a narrow column of chats list.",
|
||||
.name = "Hide chat list in forums",
|
||||
.description = "Don't keep a narrow column of chat list.",
|
||||
});
|
||||
|
||||
[[nodiscard]] bool RedirectTextToSearch(const QString &text) {
|
||||
|
|
|
@ -165,7 +165,7 @@ constexpr auto kMaxUnreadWithoutConfirmation = 1000;
|
|||
base::options::toggle ViewProfileInChatsListContextMenu({
|
||||
.id = kOptionViewProfileInChatsListContextMenu,
|
||||
.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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue