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:
@@ -199,7 +199,7 @@ PartitionRecorder::_Record(BPartition* partition)
|
|||||||
|
|
||||||
const char* type = partition->Type();
|
const char* type = partition->Type();
|
||||||
if (type == NULL)
|
if (type == NULL)
|
||||||
type = TR("Unknown");
|
type = TR_CMT("Unknown", "Text is shown for an unknown partition type");
|
||||||
|
|
||||||
BMessage message;
|
BMessage message;
|
||||||
// Data as required by BootLoader.h
|
// Data as required by BootLoader.h
|
||||||
|
|||||||
Reference in New Issue
Block a user