Improve edit filter phrases.

This commit is contained in:
John Preston 2020-03-19 12:06:43 +04:00
parent 4b8a42fafd
commit a13042ac6a
3 changed files with 5 additions and 5 deletions

View File

@ -2274,9 +2274,9 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
"lng_filters_type_groups" = "Groups";
"lng_filters_type_channels" = "Channels";
"lng_filters_type_bots" = "Bots";
"lng_filters_type_no_archived" = "No Archived";
"lng_filters_type_no_muted" = "No Muted";
"lng_filters_type_no_read" = "No Read";
"lng_filters_type_no_archived" = "Archived";
"lng_filters_type_no_muted" = "Muted";
"lng_filters_type_no_read" = "Read";
// Wnd specific

View File

@ -44,8 +44,8 @@ constexpr auto kAllTypes = {
Flag::Channels,
Flag::Bots,
Flag::NoMuted,
Flag::NoRead,
Flag::NoArchived,
Flag::NoRead
};
class FilterChatsPreview final : public Ui::RpWidget {

View File

@ -29,8 +29,8 @@ constexpr auto kAllTypes = {
Flag::Channels,
Flag::Bots,
Flag::NoMuted,
Flag::NoRead,
Flag::NoArchived,
Flag::NoRead
};
struct RowSelectionChange {