diff src/browser/sat_browser/chat.py @ 617:5baca9d46c34 frontends_multi_profiles

browser_side: add/improve some docstrings
author souliane <souliane@mailoo.org>
date Wed, 11 Feb 2015 11:21:27 +0100
parents 1c0d5a87c554
children 9092e624bb27
line wrap: on
line diff
--- a/src/browser/sat_browser/chat.py	Wed Feb 11 11:18:13 2015 +0100
+++ b/src/browser/sat_browser/chat.py	Wed Feb 11 11:21:27 2015 +0100
@@ -337,7 +337,7 @@
         self.state_machine.started = not not state  # start to send "composing" state from now
 
     def refreshTitle(self):
-        """Refresh the title of this ChatPanel dialog"""
+        """Refresh the title of this Chat dialog"""
         if self._state:
             self.setTitle(self.target.bare + " (" + self._state + ")")
         else: