update
This commit is contained in:
parent
c51ead0f01
commit
9e3dcb5cae
|
@ -58,7 +58,7 @@ void TranslateUI::addCustomRule()
|
|||
|
||||
auto names = this->_core._translate_core->customRules().keys();
|
||||
if (names.contains(name)) {
|
||||
QMessageBox::critical(this, u8"输入校验", u8"RuleName不能重复");
|
||||
QMessageBox::critical(this, u8"Enter Validate", u8"RuleName Can't Repeat.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue