From ce5750a74370e90cfc07d2f97464a5d6788e8884 Mon Sep 17 00:00:00 2001 From: Michael Pfeiffer Date: Tue, 16 Mar 2010 09:29:34 +0000 Subject: [PATCH] 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 --- src/apps/bootman/LegacyBootDrive.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/bootman/LegacyBootDrive.cpp b/src/apps/bootman/LegacyBootDrive.cpp index 7fa7c43282..8ad1eed951 100644 --- a/src/apps/bootman/LegacyBootDrive.cpp +++ b/src/apps/bootman/LegacyBootDrive.cpp @@ -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(); }