diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-10-13 10:41:45 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-10-13 10:41:45 +0200 |
commit | f44bf5993ea3716abf02488f1c13df49f8279f84 (patch) | |
tree | 4ebcf5938a491c9746f7fea07e44df4bf345820a /kindlecomicconverter/KCC_gui.py | |
parent | Added Oasis 2 profile (close #249) (diff) | |
download | kcc-f44bf5993ea3716abf02488f1c13df49f8279f84.tar.gz kcc-f44bf5993ea3716abf02488f1c13df49f8279f84.tar.bz2 kcc-f44bf5993ea3716abf02488f1c13df49f8279f84.zip |
Fixed HQ mode upscaling (close #248)
Diffstat (limited to 'kindlecomicconverter/KCC_gui.py')
-rw-r--r-- | kindlecomicconverter/KCC_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kindlecomicconverter/KCC_gui.py b/kindlecomicconverter/KCC_gui.py index a97ac7b..9191a49 100644 --- a/kindlecomicconverter/KCC_gui.py +++ b/kindlecomicconverter/KCC_gui.py @@ -620,7 +620,7 @@ class KCCGUI(KCC_ui.Ui_mainWindow): if value == 2: if profile['Label'] in ['KV', 'KO']: self.addMessage('This option is intended for older Kindle models.', 'warning') - self.addMessage('It will not increase quality on a device with 300 ppi screen.', 'warning') + self.addMessage('On this device, quality improvement will be negligible.', 'warning') GUI.upscaleBox.setEnabled(False) GUI.upscaleBox.setChecked(True) else: |