<div dir="ltr">Hi,<br><br>While going over the translation of OO.org, I've found an hardcoded mention for Oracle<br> which should be replaced by some kind of %VERNDORNAME variable like we have<br>%PRODUCTNAME.<br><br>I'm not sure we actually have %VERNDORNAME, as I didn't find any reference for it in the translations.<br>
If we do have it, please consider the following patch (under LGPLv3+).<br><br>Kaplan<br><br>--- a/framework/source/classes/resource.src<br>+++ b/framework/source/classes/resource.src<br>@@ -124,7 +124,7 @@ String STR_TOOLBAR_TITLE_ADDON<br>
<br> String STR_STATUSBAR_LOGOTEXT<br> {<br>- Text [ en-US ] = "A %PRODUCTNAME product by Oracle";<br>+ Text [ en-US ] = "A %PRODUCTNAME product by %VENDORNAME";<br> };<br> <br> // ***********************************************************************<br>
<br></div>