diff --git a/src/apps/bootman/LegacyBootDrive.cpp b/src/apps/bootman/LegacyBootDrive.cpp index 1bb9c0e50e..0d5f4db84a 100644 --- a/src/apps/bootman/LegacyBootDrive.cpp +++ b/src/apps/bootman/LegacyBootDrive.cpp @@ -199,7 +199,7 @@ PartitionRecorder::_Record(BPartition* partition) const char* type = partition->Type(); if (type == NULL) - type = TR("Unknown"); + type = TR_CMT("Unknown", "Text is shown for an unknown partition type"); BMessage message; // Data as required by BootLoader.h