diff options
| author | Paweł Jastrzębski <[email protected]> | 2016-11-26 18:13:08 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-11-26 18:13:08 +0100 |
| commit | d76eea9f4342aa2ef9b9bf80705aa34da7a625d5 (patch) | |
| tree | edf436fcb39dc152fac7f71ecbf6947a97401b7d /gui | |
| parent | Merge pull request #215 from ciromattia/dev (diff) | |
| parent | Updated README + version bump (diff) | |
| download | kcc-d76eea9f4342aa2ef9b9bf80705aa34da7a625d5.tar.gz kcc-d76eea9f4342aa2ef9b9bf80705aa34da7a625d5.tar.bz2 kcc-d76eea9f4342aa2ef9b9bf80705aa34da7a625d5.zip | |
Merge pull request #216 from ciromattia/dev
5.2.1
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/KCC.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/KCC.ui b/gui/KCC.ui index 3bdd917..0b94d42 100644 --- a/gui/KCC.ui +++ b/gui/KCC.ui @@ -228,12 +228,12 @@ </widget> </item> <item row="2" column="1"> - <widget class="QCheckBox" name="noDitheringBox"> + <widget class="QCheckBox" name="outputSplit"> <property name="toolTip"> - <string><html><head/><body><p style='white-space:pre'>Create PNG files instead JPEG.<br/>Quality increase is not noticeable on most of devices.<br/>Output files <span style=" font-weight:600;">might</span> be smaller.<br/><span style=" font-weight:600;">MOBI conversion will be much slower.</span></p></body></html></string> + <string><html><head/><body><p style='white-space:pre'><span style=" font-weight:600; text-decoration: underline;">Unchecked - Automatic mode<br/></span>Output will be splitted automatically.</p><p style='white-space:pre'><span style=" font-weight:600; text-decoration: underline;">Checked - Volume mode<br/></span>Every subdirectory will be considered as separate volume.</p></body></html></string> </property> <property name="text"> - <string>PNG output</string> + <string>Output split</string> </property> </widget> </item> @@ -510,7 +510,7 @@ <tabstop>upscaleBox</tabstop> <tabstop>gammaBox</tabstop> <tabstop>borderBox</tabstop> - <tabstop>noDitheringBox</tabstop> + <tabstop>outputSplit</tabstop> <tabstop>colorBox</tabstop> <tabstop>editorButton</tabstop> <tabstop>wikiButton</tabstop> |