Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorChris Porter <slug@quakenet.org>2009-10-12 00:04:22 (GMT)
committer Chris Porter <slug@quakenet.org>2009-10-12 00:04:22 (GMT)
commit60bf62c839fa4a5e2cc70be7ef5ad95c2f6d87d3 (patch)
treed279f6a6f17385d6bb080c828be15620d3c9b009 /js
parent1ed8f40e31cb9f9a2cad6562535818c6bbb5aaa1 (diff)
Details -> details, add SecretAgent to AUTHORS.
Diffstat (limited to 'js')
-rw-r--r--js/ui/baseui.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/ui/baseui.js b/js/ui/baseui.js
index 8be4788..d236a39 100644
--- a/js/ui/baseui.js
+++ b/js/ui/baseui.js
@@ -382,7 +382,8 @@ qwebirc.ui.NewLoginUI = new Class({
loginBox: function(callbackfn, initialNickname, initialChannels, autoConnect, autoNick) {
this.postInitialize();
- var w = this.newCustomWindow("Connection Details", true, qwebirc.ui.WINDOW_CONNECT);
+ /* I'd prefer something shorter and snappier! */
+ var w = this.newCustomWindow("Connection details", true, qwebirc.ui.WINDOW_CONNECT);
var callback = function(args) {
w.close();
callbackfn(args);