]> git.sesse.net Git - vlc/commitdiff
bda: fix bandwidth labels
authorKen Self <kenself@videolan.org>
Sat, 26 May 2007 22:58:01 +0000 (22:58 +0000)
committerKen Self <kenself@videolan.org>
Sat, 26 May 2007 22:58:01 +0000 (22:58 +0000)
modules/access/bda/bda.c

index 1654f0e7747a98196ac79f51aaae041be2af23da..f217897b10f339339adf29ca6e59bd4521629431 100644 (file)
@@ -131,8 +131,8 @@ static const char *ppsz_lp_fec_text[] = { N_("Undefined"), N_("1/2"), N_("2/3"),
 #define BANDWIDTH_TEXT N_("Terrestrial bandwidth")
 #define BANDWIDTH_LONGTEXT N_("Terrestrial bandwidth [0=auto,6,7,8 in MHz]")
 static const int i_band_list[] = { -1, 6, 7, 8 };
-static const char *ppsz_band_text[] = { N_("Undefined"), N_("6"), N_("7"),
-    N_("8") };
+static const char *ppsz_band_text[] = { N_("Undefined"), N_("6 MHz"),
+    N_("7 MHz"), N_("8 MHz") };
 
 #define GUARD_TEXT N_("Terrestrial guard interval")
 #define GUARD_LONGTEXT N_("Guard interval [Undefined,1/4,1/8,1/16,1/32]")