Added comment where 'Unknown' text is used.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35774 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer
2010-03-07 12:47:05 +00:00
parent 6449e3ee5c
commit a9611382fa
+1 -1
View File
@@ -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