From 3e7646bbad1775aee145366fe3ceab091f41d549 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 15 Apr 2025 15:50:32 -0700 Subject: [PATCH] rename buttons (#898) --- gui/KCC.ui | 4 ++-- kindlecomicconverter/KCC_rc.py | 2 +- kindlecomicconverter/KCC_ui.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gui/KCC.ui b/gui/KCC.ui index 9c9bd58..0f4e833 100644 --- a/gui/KCC.ui +++ b/gui/KCC.ui @@ -126,7 +126,7 @@ <html><head/><body><p style='white-space:pre'>Add directory containing JPG, PNG or GIF files to queue.<br/><span style=" font-weight:600;">CBR, CBZ and CB7 files inside will not be processed!</span></p></body></html> - Add directory + Add image folder @@ -146,7 +146,7 @@ <html><head/><body><p style='white-space:pre'>Add CBR, CBZ, CB7 or PDF file to queue.</p></body></html> - Add file + Add file(s) diff --git a/kindlecomicconverter/KCC_rc.py b/kindlecomicconverter/KCC_rc.py index bc8aa29..bf114e1 100644 --- a/kindlecomicconverter/KCC_rc.py +++ b/kindlecomicconverter/KCC_rc.py @@ -11624,7 +11624,7 @@ qt_resource_struct = b"\ \x00\x00\x00\xa6\x00\x00\x00\x00\x00\x01\x00\x01(\x97\ \x00\x00\x01\x88;p\xbcB\ \x00\x00\x00\xbc\x00\x00\x00\x00\x00\x01\x00\x011\xef\ -\x00\x00\x01\x94\x1a\xa2\xa2\x92\ +\x00\x00\x01\x96\x16b\x1f\x99\ \x00\x00\x00\x8c\x00\x00\x00\x00\x00\x01\x00\x01\x1d\x90\ \x00\x00\x01\x88;p\xbcB\ \x00\x00\x00\xd0\x00\x00\x00\x00\x00\x01\x00\x01:\x05\ diff --git a/kindlecomicconverter/KCC_ui.py b/kindlecomicconverter/KCC_ui.py index 34a50c3..c8a9b55 100644 --- a/kindlecomicconverter/KCC_ui.py +++ b/kindlecomicconverter/KCC_ui.py @@ -460,11 +460,11 @@ class Ui_mainWindow(object): #if QT_CONFIG(tooltip) self.directoryButton.setToolTip(QCoreApplication.translate("mainWindow", u"

Add directory containing JPG, PNG or GIF files to queue.
CBR, CBZ and CB7 files inside will not be processed!

", None)) #endif // QT_CONFIG(tooltip) - self.directoryButton.setText(QCoreApplication.translate("mainWindow", u"Add directory", None)) + self.directoryButton.setText(QCoreApplication.translate("mainWindow", u"Add image folder", None)) #if QT_CONFIG(tooltip) self.fileButton.setToolTip(QCoreApplication.translate("mainWindow", u"

Add CBR, CBZ, CB7 or PDF file to queue.

", None)) #endif // QT_CONFIG(tooltip) - self.fileButton.setText(QCoreApplication.translate("mainWindow", u"Add file", None)) + self.fileButton.setText(QCoreApplication.translate("mainWindow", u"Add file(s)", None)) #if QT_CONFIG(tooltip) self.deviceBox.setToolTip(QCoreApplication.translate("mainWindow", u"

Target device.

", None)) #endif // QT_CONFIG(tooltip)