<div dir="ltr">Hi,<br><br>While going over the translation of OO.org, I&#39;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&#39;m not sure we actually have %VERNDORNAME, as I didn&#39;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 ] = &quot;A %PRODUCTNAME product by Oracle&quot;;<br>+    Text [ en-US ] = &quot;A %PRODUCTNAME product by %VENDORNAME&quot;;<br> };<br> <br> // ***********************************************************************<br>
<br></div>