Browse Source

Changing loading message

Josh Engebretson 10 years ago
parent
commit
6d66a94444
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AtomicWebView/Resources/Components/WebView.js

+ 1 - 1
AtomicWebView/Resources/Components/WebView.js

@@ -110,7 +110,7 @@ function createBrowserTab(tabContainer, url) {
   layout.spacing = 8;
 
   var tabButton = new Atomic.UIButton();
-  tabButton.text = "...";
+  tabButton.text = "Loading...";
 
   // button layout and font desc
   var buttonLP = new Atomic.UILayoutParams();