diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | kcc/KCC_gui.py | 12 | ||||
| -rwxr-xr-x | kcc/image.py | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md index 00ec8e7..43f43ca 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ The app relies and includes the following scripts: * [Kindle](http://kcc.iosphe.re/Samples/Ubunchu!-K345.mobi) * [Kindle DX/DXG](http://kcc.iosphe.re/Samples/Ubunchu!-KDX.cbz) * [Kobo Mini/Touch](http://kcc.iosphe.re/Samples/Ubunchu!-KoMT.cbz) -* [Kobo Glow](http://kcc.iosphe.re/Samples/Ubunchu!-KoG.cbz) +* [Kobo Glo](http://kcc.iosphe.re/Samples/Ubunchu!-KoG.cbz) * [Kobo Aura](http://kcc.iosphe.re/Samples/Ubunchu!-KoA.cbz) * [Kobo Aura HD](http://kcc.iosphe.re/Samples/Ubunchu!-KoAHD.cbz) * [Kobo Aura H2O](http://kcc.iosphe.re/Samples/Ubunchu!-KoAH2O.cbz) diff --git a/kcc/KCC_gui.py b/kcc/KCC_gui.py index 4eff27b..8357886 100644 --- a/kcc/KCC_gui.py +++ b/kcc/KCC_gui.py @@ -1177,10 +1177,10 @@ class KCCGUI(KCC_ui.Ui_KCC): 'DefaultUpscale': True, 'Label': 'KFHDX8'}, "Kobo Mini/Touch": {'Quality': True, 'ForceExpert': False, 'DefaultFormat': 2, 'DefaultUpscale': False, 'Label': 'KoMT'}, - "Kobo Glow": {'Quality': True, 'ForceExpert': False, 'DefaultFormat': 2, - 'DefaultUpscale': False, 'Label': 'KoG'}, - "Kobo Glow HD": {'Quality': True, 'ForceExpert': False, 'DefaultFormat': 2, - 'DefaultUpscale': False, 'Label': 'KoGHD'}, + "Kobo Glo": {'Quality': True, 'ForceExpert': False, 'DefaultFormat': 2, + 'DefaultUpscale': False, 'Label': 'KoG'}, + "Kobo Glo HD": {'Quality': True, 'ForceExpert': False, 'DefaultFormat': 2, + 'DefaultUpscale': False, 'Label': 'KoGHD'}, "Kobo Aura": {'Quality': True, 'ForceExpert': False, 'DefaultFormat': 2, 'DefaultUpscale': False, 'Label': 'KoA'}, "Kobo Aura HD": {'Quality': True, 'ForceExpert': False, 'DefaultFormat': 2, @@ -1206,8 +1206,8 @@ class KCCGUI(KCC_ui.Ui_KCC): "K. Fire HDX 8.9", "Separator", "Kobo Mini/Touch", - "Kobo Glow", - "Kobo Glow HD", + "Kobo Glo", + "Kobo Glo HD", "Kobo Aura", "Kobo Aura HD", "Kobo Aura H2O", diff --git a/kcc/image.py b/kcc/image.py index 5013f38..3235abe 100755 --- a/kcc/image.py +++ b/kcc/image.py @@ -89,8 +89,8 @@ class ProfileData: 'KFHDX8': ("K. Fire HDX 8.9", (1600, 2560), PalleteNull, 1.0, (2400, 3840)), 'KFA': ("Kindle for Android", (0, 0), PalleteNull, 1.0, (0, 0)), 'KoMT': ("Kobo Mini/Touch", (600, 800), Palette16, 1.8, (900, 1200)), - 'KoG': ("Kobo Glow", (768, 1024), Palette16, 1.8, (1152, 1536)), - 'KoGHD': ("Kobo Glow HD", (1072, 1448), Palette16, 1.8, (1608, 2172)), + 'KoG': ("Kobo Glo", (768, 1024), Palette16, 1.8, (1152, 1536)), + 'KoGHD': ("Kobo Glo HD", (1072, 1448), Palette16, 1.8, (1608, 2172)), 'KoA': ("Kobo Aura", (758, 1024), Palette16, 1.8, (1137, 1536)), 'KoAHD': ("Kobo Aura HD", (1080, 1440), Palette16, 1.8, (1620, 2160)), 'KoAH2O': ("Kobo Aura H2O", (1080, 1430), Palette16, 1.8, (1620, 2145)), |