diff -r a40706f44514 -r 30d4972ab403 UI/UserInterface.py --- a/UI/UserInterface.py Sat Jan 16 15:41:59 2016 +0100 +++ b/UI/UserInterface.py Sat Jan 16 16:43:48 2016 +0100 @@ -1919,7 +1919,8 @@ 'Start the eric6 Hex Editor')) self.hexEditorAct.setWhatsThis(self.tr( """<b>Hex Editor</b>""" - """<p>Starts the eric6 Hex Editor for editing binary files.</p>""" + """<p>Starts the eric6 Hex Editor for viewing or editing""" + """ binary files.</p>""" )) self.hexEditorAct.triggered.connect(self.__openHexEditor) self.actions.append(self.hexEditorAct)