diff -r ed2eaa573ca5 -r 927a2f8b3669 Debugger/WatchPointViewer.py --- a/Debugger/WatchPointViewer.py Sat Oct 19 11:14:51 2013 +0200 +++ b/Debugger/WatchPointViewer.py Sat Oct 19 11:49:31 2013 +0200 @@ -237,7 +237,7 @@ if not special: msg = self.trUtf8("""<p>A watch expression '<b>{0}</b>'""" """ already exists.</p>""")\ - .format(Utilities.html_encode(cond)) + .format(Utilities.html_encode(cond)) else: msg = self.trUtf8( """<p>A watch expression '<b>{0}</b>'"""