moved and renamed similarity settings to R9K

This commit is contained in:
fourtf
2020-02-10 17:25:13 +01:00
parent 0d519b479c
commit d16732f023
2 changed files with 27 additions and 29 deletions
+1 -2
View File
@@ -42,8 +42,7 @@ IgnoresPage::IgnoresPage()
void addPhrasesTab(LayoutCreator<QVBoxLayout> layout)
{
layout.emplace<QLabel>("Messages can be ignored if "
"they match a certain pattern.");
layout.emplace<QLabel>("Ignore messages based certain patterns.");
EditableModelView *view =
layout
.emplace<EditableModelView>(getApp()->ignores->createModel(nullptr))