From 92c85c18e997a0e089443b0fff210fbb35cbcaba Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Fri, 24 Apr 2026 12:11:38 -0700 Subject: [PATCH] rename autocontrast box to custom autocontrast (#1308) --- gui/KCC.ui | 2 +- kindlecomicconverter/KCC_ui.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/KCC.ui b/gui/KCC.ui index 7b4e57f..df25af3 100644 --- a/gui/KCC.ui +++ b/gui/KCC.ui @@ -866,7 +866,7 @@ Useful if you plan to crop a little off the top and bottom to fill screen.<html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Unchecked - BW only<br/></span>Only autocontrast bw pages. Ignored for pages where near blacks or whites don't exist.</p><p><span style=" font-weight:600; text-decoration: underline;">Indeterminate - Disabled<br/></span>Disable autocontrast</p><p><span style=" font-weight:600; text-decoration: underline;">Checked - BW and Color<br/></span>BW and color images will be autocontrasted. Ignored for pages where near blacks or whites don't exist.</p></body></html> - Autocontrast + Custom Autocontrast true diff --git a/kindlecomicconverter/KCC_ui.py b/kindlecomicconverter/KCC_ui.py index 25fc4fc..407607d 100644 --- a/kindlecomicconverter/KCC_ui.py +++ b/kindlecomicconverter/KCC_ui.py @@ -819,7 +819,7 @@ class Ui_mainWindow(object): #if QT_CONFIG(tooltip) self.autocontrastBox.setToolTip(QCoreApplication.translate("mainWindow", u"

Unchecked - BW only
Only autocontrast bw pages. Ignored for pages where near blacks or whites don't exist.

Indeterminate - Disabled
Disable autocontrast

Checked - BW and Color
BW and color images will be autocontrasted. Ignored for pages where near blacks or whites don't exist.

", None)) #endif // QT_CONFIG(tooltip) - self.autocontrastBox.setText(QCoreApplication.translate("mainWindow", u"Autocontrast", None)) + self.autocontrastBox.setText(QCoreApplication.translate("mainWindow", u"Custom Autocontrast", None)) #if QT_CONFIG(tooltip) self.webpBox.setToolTip(QCoreApplication.translate("mainWindow", u"Replace JPG with lossy WebP and PNG with lossless WebP. This includes the JPG Quality.\n" "\n"