GNOME Bugzilla – Bug 342874
Typo for del.icio.us
Last modified: 2006-05-28 11:39:07 UTC
I found 2 typos for del.icio.us in desklicious, where it's spelled as deli.icio.us. Index: desklicious.py =================================================================== RCS file: /cvs/gnome/deskbar-applet/deskbar/handlers/desklicious.py,v retrieving revision 1.3 diff -u -r1.3 desklicious.py --- desklicious.py 19 May 2006 15:24:40 -0000 1.3 +++ desklicious.py 25 May 2006 02:43:28 -0000 @@ -12,9 +12,9 @@ def _check_requirements(): #We need user and password if not deskbar.GCONF_CLIENT.get_string(GCONF_DELICIOUS_USER): - return (deskbar.Handler.HANDLER_HAS_REQUIREMENTS, _("You need to configure your deli.icio.us account."), _on_config_account) + return (deskbar.Handler.HANDLER_HAS_REQUIREMENTS, _("You need to configure your del.icio.us account."), _on_config_account) else: - return (deskbar.Handler.HANDLER_IS_CONFIGURABLE, _("You can modify your deli.icio.us account."), _on_config_account) + return (deskbar.Handler.HANDLER_IS_CONFIGURABLE, _("You can modify your del.icio.us account."), _on_config_account) HANDLERS = { "DeliciousHandler" : {
Created attachment 66230 [details] [review] typo fix by Theppitak Karoonboonyanan delicious
Fixed, thanks.