Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r752 committed - Change uom to be more clearly megabit rather than milli-bit as it may ...

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r752 committed - Change uom to be more clearly megabit rather than milli-bit as it may ...


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r752 committed - Change uom to be more clearly megabit rather than milli-bit as it may ...
  • Date: Tue, 01 Nov 2011 19:59:32 +0000

Revision: 752
Author:

Date: Tue Nov 1 12:51:51 2011
Log: Change uom to be more clearly megabit rather than milli-bit as it may be read in some locales.
http://code.google.com/p/ndt/source/detail?r=752

Modified:
/branches/client_app/HTML5-frontend/widget.html

=======================================
--- /branches/client_app/HTML5-frontend/widget.html Tue Sep 20 16:48:45
2011
+++ /branches/client_app/HTML5-frontend/widget.html Tue Nov 1 12:51:51
2011
@@ -78,7 +78,7 @@
<h3>Upload speed</h3>
<p>
<span class="number" id="upload-speed" class="number">0.00</span>
- <span class="units">mb/s</span>
+ <span class="units">Mb/s</span>
</p>
</div>

@@ -86,7 +86,7 @@
<h3>Download speed</h3>
<p>
<span class="number" id="download-speed" class="number">0.00</span>
- <span class="units">mb/s</span>
+ <span class="units">Mb/s</span>
</div>

<div class="other">


  • [ndt-dev] [ndt] r752 committed - Change uom to be more clearly megabit rather than milli-bit as it may ..., ndt, 11/01/2011

Archive powered by MHonArc 2.6.16.

Top of Page