diff --git a/icons/ebook-tweak.ico b/icons/ebook-edit.ico
similarity index 100%
rename from icons/ebook-tweak.ico
rename to icons/ebook-edit.ico
diff --git a/manual/conversion.rst b/manual/conversion.rst
index f60a16acdf..2654925c6b 100644
--- a/manual/conversion.rst
+++ b/manual/conversion.rst
@@ -14,7 +14,7 @@ you just want greater control over the conversion system, |app| has a lot of
options to fine tune the conversion process. Note however that |app|'s
conversion system is not a substitute for a full blown ebook editor. To edit
ebooks, I recommend first converting them to EPUB or AZW3 using |app| and
-then using the Tweak Book feature to get them into perfect shape. You can then
+then using the Edit Book feature to get them into perfect shape. You can then
use the edited ebook as input for conversion into other formats in |app|.
This document will refer mainly to the conversion settings as found in the
@@ -325,7 +325,7 @@ remove all non-breaking-space entities, or may include false positive matches re
tags, i.e. horizontal rules, and
tags are exceptions. Horizontal rules can optionally be specified with styles, if you
choose to add your own style be sure to include the 'width' setting, otherwise the style information will be discarded. Image
tags can used, but |app| does not provide the ability to add the image during conversion, this must be done after the fact using
- the 'Tweak Book' feature, or Sigil.
+ the 'Edit Book' feature.
Example image tag (place the image within an 'Images' folder inside the epub after conversion):
diff --git a/setup/installer/windows/freeze.py b/setup/installer/windows/freeze.py
index 14bc1b6827..bd71d744bd 100644
--- a/setup/installer/windows/freeze.py
+++ b/setup/installer/windows/freeze.py
@@ -30,7 +30,7 @@ machine = 'X64' if is64bit else 'X86'
DESCRIPTIONS = {
'calibre' : 'The main calibre program',
'ebook-viewer' : 'Viewer for all e-book formats',
- 'ebook-tweak' : 'Edit e-books',
+ 'ebook-edit' : 'Edit e-books',
'lrfviewer' : 'Viewer for LRF files',
'ebook-convert': 'Command line interface to the conversion/news download system',
'ebook-meta' : 'Command line interface for manipulating e-book metadata',
@@ -335,7 +335,7 @@ class Win32Freeze(Command, WixMixIn):
def embed_resources(self, module, desc=None, extra_data=None,
product_description=None):
icon_base = self.j(self.src_root, 'icons')
- icon_map = {'calibre':'library', 'ebook-viewer':'viewer', 'ebook-tweak':'ebook-tweak',
+ icon_map = {'calibre':'library', 'ebook-viewer':'viewer', 'ebook-edit':'ebook-edit',
'lrfviewer':'viewer', 'calibre-portable':'library'}
file_type = 'DLL' if module.endswith('.dll') else 'APP'
template = open(self.rc_template, 'rb').read()
diff --git a/setup/installer/windows/wix-template.xml b/setup/installer/windows/wix-template.xml
index f036f4ff6c..672a0b2507 100644
--- a/setup/installer/windows/wix-template.xml
+++ b/setup/installer/windows/wix-template.xml
@@ -72,9 +72,9 @@
Description="Viewer for all the major e-book formats"
Target="[#{exe_map[ebook-viewer]}]"
WorkingDirectory="APPLICATIONROOTDIRECTORY" />
-