UI/UserInterface.py

changeset 4665
30d4972ab403
parent 4658
d760763dcc4a
child 4733
ae291a307ea6
child 4896
5ace700023de
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)

eric ide

mercurial