From 71e2f915b904aaae28e3d8b50c02b62f5546a210 Mon Sep 17 00:00:00 2001 From: Ding Yuntian <1491671119@qq.com> Date: Mon, 27 Apr 2026 22:22:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(dialog):=20=E7=BC=A9=E7=9F=AD=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1=E6=9C=AC=E5=9C=B0=E5=8C=96=E6=97=B6=E7=9A=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=8F=90=E7=A4=BA=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Dialog System/LocalisedLineProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Dialog System/LocalisedLineProvider.cs b/Assets/Scripts/Dialog System/LocalisedLineProvider.cs index c7cd6c8b2..38a70b5cd 100644 --- a/Assets/Scripts/Dialog System/LocalisedLineProvider.cs +++ b/Assets/Scripts/Dialog System/LocalisedLineProvider.cs @@ -21,7 +21,7 @@ namespace AibisDream if (_localizationTable != null) { text = _localizationTable[line.ID]?.LocalizedValue ?? - $"Error: Missing localisation for line {line.ID} in string table {_localizationTable.LocaleIdentifier}"; + $"Err: Missing localisation for line {line.ID} in string table {_localizationTable.LocaleIdentifier}"; } LocalizeSubstitutions(line);