Looks like any \-shadowed characters in comment string of

the B_TRANSLATE_WITH_COMMENT macro are misinterpreted by our
localization routines. I fix this one, because it provocate
permanent fingerprint check failure during catkeys link procedure.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40723 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Siarzhuk Zharski
2011-02-27 11:19:50 +00:00
parent 7485fe842b
commit 0e7ade19b4
@@ -166,7 +166,7 @@ RAWTranslator::DerivedIdentify(BPositionIO *stream,
info->capability = RAW_IN_CAPABILITY;
snprintf(info->name, sizeof(info->name),
B_TRANSLATE_COMMENT("%s RAW image", "Parameter (%s) is the name of "
"the manufacturer (like \"Canon\")"), meta.manufacturer);
"the manufacturer (like 'Canon')"), meta.manufacturer);
strcpy(info->MIME, "image/x-vnd.photo-raw");
return B_OK;