After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 618131 - Confusion between megabits and megabytes
Confusion between megabits and megabytes
Status: RESOLVED DUPLICATE of bug 663272
Product: gnome-disk-utility
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-disk-utility-maint
Depends on:
Blocks:
 
 
Reported: 2010-05-08 18:08 UTC by Claude Paroz
Modified: 2011-12-03 01:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Claude Paroz 2010-05-08 18:08:59 UTC
In gdu_util_get_connection_for_display (gdu-util.c), a comment speaks about Mbit/s (which is probably true):

speed = gdu_util_get_speed_for_display (connection_speed);
/* Translators: Connection with speed information.
* First %s is the connection name, like 'SATA' or 'USB'
* second %s is the speed, like '2 Mbit/s'
*/
result = g_strdup_printf (_("%s at %s"), name, speed);

But in gdu_util_get_speed_for_display, the MB/s string is used:
str = g_strdup_printf (_("%.1f MB/s"), displayed_speed);
Comment 1 Robert Roth 2011-12-03 01:36:19 UTC

*** This bug has been marked as a duplicate of bug 663272 ***