diff --git a/src/apps/bootman/LegacyBootDrive.cpp b/src/apps/bootman/LegacyBootDrive.cpp index 7fa7c43282..8ad1eed951 100644 --- a/src/apps/bootman/LegacyBootDrive.cpp +++ b/src/apps/bootman/LegacyBootDrive.cpp @@ -192,7 +192,7 @@ PartitionRecorder::_Record(BPartition* partition) number << fIndex; buffer << TR_CMT("Unnamed %d", "Default name of a partition whose name could not be read from " - "disk"); + "disk; characters in codepage 437 are allowed only"); buffer.ReplaceFirst("%d", number); name = buffer.String(); }