--- a/Preferences/ShortcutsDialog.py Sat Sep 04 19:51:19 2010 +0200 +++ b/Preferences/ShortcutsDialog.py Sat Sep 04 19:51:48 2010 +0200 @@ -295,7 +295,7 @@ if keystr == itmseq: res = E5MessageBox.yesNo(self, self.trUtf8("Edit shortcuts"), - self.trUtf8(\ + self.trUtf8( """<p><b>{0}</b> has already been allocated""" """ to the <b>{1}</b> action. """ """Remove this binding?</p>""") @@ -314,7 +314,7 @@ if itmseq.startswith("{0}+".format(keystr)): res = E5MessageBox.yesNo(self, self.trUtf8("Edit shortcuts"), - self.trUtf8(\ + self.trUtf8( """<p><b>{0}</b> hides the <b>{1}</b> action. """ """Remove this binding?</p>""") .format(keystr, itm.text(0)), @@ -329,7 +329,7 @@ if keystr.startswith("{0}+".format(itmseq)): res = E5MessageBox.yesNo(self, self.trUtf8("Edit shortcuts"), - self.trUtf8(\ + self.trUtf8( """<p><b>{0}</b> is hidden by the """ """<b>{1}</b> action. """ """Remove this binding?</p>""")