Issue 128553 - Change the tip for the Label control in Basic IDE to "Label Field"
Summary: Change the tip for the Label control in Basic IDE to "Label Field"
Status: RESOLVED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: scripting (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P5 (lowest) Trivial
Target Milestone: 4.1.14
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-09 09:00 UTC by Czesław Wolański
Modified: 2023-01-09 16:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: 4.1.13
Developer Difficulty: Easy


Attachments
Screenshot illustrating this issue (80.26 KB, image/png)
2023-01-09 09:00 UTC, Czesław Wolański
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Czesław Wolański 2023-01-09 09:00:07 UTC
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>
Comment 1 Czesław Wolański 2023-01-09 09:00:59 UTC
Created attachment 87163 [details]
Screenshot illustrating this issue