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);