diff frontends/quick_frontend/quick_contact_list.py @ 70:8f2ed279784b

i18n - gettext support added in frontends - first draft of frontends french translation
author Goffi <goffi@goffi.org>
date Fri, 05 Mar 2010 20:33:10 +1100
parents a5b5fb5fc9fd
children f271fff3a713
line wrap: on
line diff
--- a/frontends/quick_frontend/quick_contact_list.py	Wed Mar 03 17:12:23 2010 +1100
+++ b/frontends/quick_frontend/quick_contact_list.py	Fri Mar 05 20:33:10 2010 +1100
@@ -30,7 +30,7 @@
         """
         @param CM: instance of QuickContactManagement
         """
-        debug("Contact List init")
+        debug(_("Contact List init"))
         self.CM = CM
     
     def clear_contacts(self, jid):