diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-12-10 22:13:36 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-12-10 22:13:36 -0500 |
commit | da2ffd1445f4dd8cddad031f2a192c7e778b9900 (patch) | |
tree | f91678c21e5e0b44e34ccbb307f40f46326aa82a /src/chrome | |
parent | 74ea762eef32df4bc459fe48247ab32049138e8a (diff) | |
download | eib-da2ffd1445f4dd8cddad031f2a192c7e778b9900.tar.xz eib-da2ffd1445f4dd8cddad031f2a192c7e778b9900.zip |
Adjust strings.
Diffstat (limited to 'src/chrome')
-rw-r--r-- | src/chrome/content/igb/trusted.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chrome/content/igb/trusted.html b/src/chrome/content/igb/trusted.html index 8867b73..9ee21a3 100644 --- a/src/chrome/content/igb/trusted.html +++ b/src/chrome/content/igb/trusted.html @@ -5,6 +5,7 @@ <script src="trusted.js"></script> </head> <body> - <p>Connected to the EVE-IGB Bridge. Please do not close this window. You may minimize it, however. Note that this window will refresh repeatedly; this does not indicate a malfunction and will not count towards your internet data usage if you have one.</p> + <p>Connected to the EVE-IGB Bridge. Please do not close this window. You may minimize it, however.</p> + <p>This window may appear to be doing nothing. This is indicative of normal operation.</p> </body> </html> |