https://bz.apache.org/ooo/show_bug.cgi?id=128553
Issue ID: 128553
Issue Type: DEFECT
Summary: Change the tip for the Label control in Basic IDE to
"Label Field"
Product: App Dev
Version: 3.3.0 or older (OOo)
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: Trivial
Priority: P5 (lowest)
Component: scripting
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Open Basic IDE, insert a dialog and on the Toolbox toolbar
hover over the button for the Label control.
The tip reads: "Label field" (version 4.1.13 and 4.2dev).
Compare it with other tips that contain the word "field" i.e.
"Date Field", "Numeric Field", "Currency Field",
"Formatted Field", and "Pattern Field".
The naming convention is clear.
The label in question should read: "Label Field"
The source code pointer (aoo41x)
file: GenericCommands.xcu
http://openoffice-vm1-he-de.apache.org/xref/aoo41x/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu?r=c94562df#3207
3205 <node oor:name=".uno:InsertFixedText" oor:op="replace">
3206 <prop oor:name="Label" oor:type="xs:string">
3207 <value xml:lang="en-US">Label field</value>
3208 </prop>
3209 <prop oor:name="Properties" oor:type="xs:int">
3210 <value>1</value>
3211 </prop>
3212 </node>
--
You are receiving this mail because:
You are the assignee for the issue.