https://bugs.kde.org/show_bug.cgi?id=426197

            Bug ID: 426197
           Summary: Found some mistakes in a few strings
           Product: SeExpr
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: Translations
          Assignee: krita-bugs-n...@kde.org
          Reporter: tyson...@tysontan.com
  Target Milestone: ---

##########

#: ExprBuiltins.cpp:138

Current:
x transitions linearly when < x < b 
(it has an extra space at the end too)

Possible correction:
x transitions linearly when a < x < b

##########

#: ExprBuiltins.cpp:401
Current:
color saturate(color val, float amt)
Scale saturation of color by amt.
The color is scaled around the rec709 luminance value,
and negative results are clamped at zero.

(It has an extra empty line at the end)

Possible correction:
Remove empty line

##########

#: ExprBuiltins.cpp:698

Current:
The gain< controls how much each 

Possible correction:
The gain controls how much each 

##########

#: ExprBuiltins.cpp:1175

Current:
The result rotates v such that the Y axis points in the given up direction

Possible correction:
The result is computed as ``loRange + value % (hiRange-loRange+1)``.

##########

#: ExprBuiltins.cpp:1319

Current:
Interpolates a set of values to the parameter specified where y1, ..., yn are
distributed evenly from [0...1]

Possible correction:
Interpolates a set of values to the parameter specified where y1, ..., yn are
distributed evenly from [0..1]

(Is there a reason to use [0..1] instead of [0,1] as in the documentation?)

##########

#: UI/ExprColorCurve.cpp:369
Selected Position: 
(1 empty space at the end)

#: UI/ExprCurve.cpp:276
Selected Position:  
(2 empty spaces at the end)

#: UI/ExprColorCurve.cpp:380
Selected Color:  
(2 empty spaces at the end)

#: UI/ExprCurve.cpp:287
Selected Value:  
(2 empty spaces at the end)

Possible correction(s):
Can we use 1 space in all of them, or is there a reason to use 2 spaces?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to