This commit is contained in:
codeboss 2025-08-05 21:05:00 +08:00
parent 6279079372
commit 9bea762349
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ void ViewManager::open(const QString& rule_name, ViewType v_type, QWidget* p)
return;
}
}
assert(u8"指定rule_name必须合法" && _translate_core->customRules().contains(rule_name));
assert(u8"RuleName must be valid." && _translate_core->customRules().contains(rule_name));
auto appoint = _translate_core->customRules()[rule_name];
auto present = new ExtractRuleView(_translate_core, appoint, p);