Bug 462396 - Problem with FunctionDesc.duration.multiply
Summary: Problem with FunctionDesc.duration.multiply
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Birt-Report-inbox@eclipse.org CLA
QA Contact:
URL: URL_TO_THE_STRING
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-17 12:53 EDT by Daniel U. Thibault CLA
Modified: 2015-03-17 13:03 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel U. Thibault CLA 2015-03-17 12:53:45 EDT
In org.eclipse.birt.core.script.function/plugin.properties, the string 
FunctionDesc.duration.multiply reads:

Computes a new duration whose value is factor times longer than the value of lexicalDuration.\nThe lexicalDuration is the string presentation, "PnYnMnDTnHnMnS"(e.g. P5Y2M15DT4H40M20S )\nFactor is the times longer of new Duration to create

That last sentence is really awkward (plus there are parenthesis spacing issues). Replace with:

Computes a new duration whose value is factor times longer than the value of lexicalDuration.\nThe lexicalDuration is the string presentation, "PnYnMnDTnHnMnS" (e.g. P5Y2M15DT4H40M20S)\nFactor is the multiplier applied to lexicalDuration