1
0

feat: update words in BMapInspector to remove ambiguity

This commit is contained in:
2026-03-02 12:47:45 +08:00
parent d1f4a37097
commit 86353305e8
3 changed files with 5 additions and 5 deletions

View File

@@ -132,7 +132,7 @@ namespace BMapInspector::Rule {
// Output result.
reporter.FormatWarning(ZZQ2,
u8"Some objects are grouped into sector %" PRIuCKDWORD " and sector %" PRIuCKDWORD
" represented group bothly. This is not allowed. These objects are: %s",
" represented group bothly. This is not allowed. These objects are: %s.",
left_sector_idx,
right_sector_idx,
Shared::QuoteObjectNames(intersection.begin(), intersection.end()).c_str());