Corrections for KReport properties
Closed, ResolvedPublic

Description

Corrections for KReport properties (master).

If description is the same as caption it's unnecessary redundancy and overhead for translators.

tr("Line Style"), tr("Line Style") -> tr("Line Style")
tr("X Axis Title"), tr("X Axis Title") -> tr("X Axis Title")
tr("Y Axis Title"), tr("Y Axis Title") -> tr("Y Axis Title")
tr("Display Legend"), tr("Display Legend") -> tr("Display Legend")
tr("Background Color"), tr("Background Color") -> tr("Background Color")
tr("Latitude"), tr("Latitude") -> tr("Latitude")
tr("Longitude"), tr("Longitude") -> tr("Longitude")
tr("Zoom"), tr("Zoom") -> tr("Zoom")

Also:

  • KProperty("theme" -missing caption
staniek created this task.Apr 11 2017, 9:06 PM
staniek updated the task description. (Show Details)
staniek updated the task description. (Show Details)
piggz added a subscriber: piggz.Apr 11 2017, 9:16 PM

in:
m_lineStyle = new KProperty("line-style", (int)Qt::SolidLine, tr("Line Style"), tr("Line Style"), KProperty::LineStyle);
what happens to second tr("Line Style") paramter?

staniek assigned this task to piggz.Apr 12 2017, 8:59 PM
piggz closed this task as Resolved.Apr 13 2017, 6:49 PM