Author: damoxc

Revision: 5209

Log:
        remove comma causing breakage in IE

Diff:
Modified: trunk/deluge/ui/web/js/Deluge.Statusbar.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Statusbar.js  2009-04-28 08:39:04 UTC (rev 
5208)
+++ trunk/deluge/ui/web/js/Deluge.Statusbar.js  2009-04-28 08:54:56 UTC (rev 
5209)
@@ -4,7 +4,7 @@
                        config = Ext.apply({
                                id: 'deluge-statusbar',
                                defaultIconCls: 'x-not-connected',
-                               defaultText: _('Not Connected'),
+                               defaultText: _('Not Connected')
                        }, config);
                        Ext.deluge.Statusbar.superclass.constructor.call(this, 
config);
                },



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to