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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user