Beep6581 / RawTherapee

A powerful cross-platform raw photo processing program
https://rawtherapee.com
GNU General Public License v3.0
2.95k stars 327 forks source link

The same variables for different strings #2827

Closed Beep6581 closed 9 years ago

Beep6581 commented 9 years ago

Originally reported on Google Code with ID 2847

You used twice TP_WAVELET_COMPGAMMA_TOOLTIP, TP_WAVELET_CONTEDIT, TP_WAVELET_CURVEEDITOR_CL_TOOLTIP,
TP_WAVELET_OPACITYWL_TOOLTIP

Will you rename variables?

TP_WAVELET_COMPGAMMA_TOOLTIP;Adjust gamma for residual image and compression.\nAllow
to equilibrate data and histogram
TP_WAVELET_COMPGAMMA_TOOLTIP;Adjusting the gamma of the residual image allow you to
equilibrate the data and histogram.

TP_WAVELET_CONTEDIT;'After' Contrast curve
TP_WAVELET_CONTEDIT;'After' contrast curve

TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast luminance curve at the end
of the wavelet treatment.
TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Apply a contrast luminance curve at the end of wavelet
level threatment

TP_WAVELET_OPACITYWL_TOOLTIP;Modify final local contrast in function of last local
contrast (absciss) for all levels decomposition\nTake into account: \na)contrast levels
\nb)edge sharpness \nc)contrast balance\nd)decomposition-recomposition\nLow absciss
represents small local contrast (real values about 10..20)\n50% absciss represents
average of local contrast (real value about 200..1000)\n66% absciss represents standard
deviation of local contrast (real value about 1000..2000)\n100% represents maximum
(real value about 5000..13000)
TP_WAVELET_OPACITYWL_TOOLTIP;Modify the final local contrast at the end of the wavelet
treatment.\n\nThe left side represents the smallest local contrast, progressing to
the largest local contrast on the right.

Reported by loginov.alex.valer on 2015-07-19 18:45:21

Beep6581 commented 9 years ago
Fixed, pull and update.

Reported by entertheyoni on 2015-07-19 19:41:48