mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +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({
|
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) {
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue