mirror of
https://github.com/ciromattia/kcc
synced 2026-02-11 23:02:33 +00:00
Update for 2.9 release.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
#
|
||||
__version__ = '2.8'
|
||||
__version__ = '2.9'
|
||||
__license__ = 'ISC'
|
||||
__copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
|
||||
@@ -108,7 +108,7 @@ class MainWindow:
|
||||
}
|
||||
self.optionlabels = {
|
||||
'Aepub_only': "Generate EPUB only",
|
||||
'Bcbz_only': "Generate CBZ (skip EPUB/Mobi generation)",
|
||||
'Bcbz_only': "Generate CBZ only (skip EPUB/Mobi generation)",
|
||||
'Cmangastyle': "Manga mode",
|
||||
'Dnopanelviewhq': "Disable high quality Panel View",
|
||||
'Eimage_preprocess': "Disable image optimizations",
|
||||
|
||||
Reference in New Issue
Block a user