Module: tools Branch: master Commit: 82ed9f28ae4f27e507491f80d522e39c47a6b9d8 URL: http://source.winehq.org/git/tools.git/?a=commit;h=82ed9f28ae4f27e507491f80d...
Author: Mikolaj Zalewski mikolajz@tygrys.dom Date: Sat Mar 1 21:51:19 2008 +0100
strip the "note: "
---
php/resfile.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/php/resfile.php b/php/resfile.php index 1f6cfd5..341a556 100644 --- a/php/resfile.php +++ b/php/resfile.php @@ -67,6 +67,9 @@ foreach ($msgs as $value) .$MASTER_LANGUAGE_NAME." resource</a>)"; } } + + if (strpos($value, "note: ") === 0) + $value = substr($value, 6);
echo "</td><td>".$value."</td></tr>\n"; }