deskbar-applet r2379 - in trunk: . deskbar/handlers



Author: sebp
Date: Wed Sep  3 08:26:45 2008
New Revision: 2379
URL: http://svn.gnome.org/viewvc/deskbar-applet?rev=2379&view=rev

Log:
Use OpenID instead of OpenId

Modified:
   trunk/ChangeLog
   trunk/deskbar/handlers/twitter.py

Modified: trunk/deskbar/handlers/twitter.py
==============================================================================
--- trunk/deskbar/handlers/twitter.py	(original)
+++ trunk/deskbar/handlers/twitter.py	Wed Sep  3 08:26:45 2008
@@ -295,7 +295,7 @@
     def get_extra_account_dialog_widget (self):
         vbox = gtk.VBox()
         label = gtk.Label()
-        label.set_markup (_("Please note that Deskbar Applet does not support authentication via OpenId. You must configure a username and password on the <i>identi.ca</i> website if you haven't already."))
+        label.set_markup (_("Please note that Deskbar Applet does not support authentication via OpenID. You must configure a username and password on the <i>identi.ca</i> website if you haven't already."))
         label.set_line_wrap(True)
         button = gtk.LinkButton ("http://identi.ca";, _("Visit identi.ca website"))
         vbox.pack_start (label)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]