Added translation comment that "Unnamed %d" must use characters from

codepage 437.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35876 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer
2010-03-16 09:29:34 +00:00
parent 2367c2d78d
commit ce5750a743
+1 -1
View File
@@ -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();
}