[vlc-devel] commit: Add braces where needed. (Pavlov Konstantin )

git version control git at videolan.org
Thu Aug 28 21:29:17 CEST 2008


vlc | branch: master | Pavlov Konstantin <thresh at altlinux.ru> | Wed Aug 27 18:42:16 2008 +0400| [f89e9c426af9454f32c0a7f6a131f1bd11fc26f7] | committer: Pavlov Konstantin 

Add braces where needed.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f89e9c426af9454f32c0a7f6a131f1bd11fc26f7
---

 modules/access/bda/bda.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/access/bda/bda.c b/modules/access/bda/bda.c
index 954cbf8..8773162 100644
--- a/modules/access/bda/bda.c
+++ b/modules/access/bda/bda.c
@@ -97,14 +97,14 @@ static const char *const ppsz_inversion_text[] = { N_("Undefined"), N_("Off"),
 #define SRATE_LONGTEXT ""
 
 #define LNB_LOF1_TEXT N_("Antenna lnb_lof1 (kHz)")
-#define LNB_LOF1_LONGTEXT N_("Low Band Local Osc Freq in kHz usually 9.75GHz")
+#define LNB_LOF1_LONGTEXT N_("Low Band Local Osc Freq in kHz (usually 9.75GHz)")
 
 #define LNB_LOF2_TEXT N_("Antenna lnb_lof2 (kHz)")
-#define LNB_LOF2_LONGTEXT N_("High Band Local Osc Freq in kHz usually 10.6GHz")
+#define LNB_LOF2_LONGTEXT N_("High Band Local Osc Freq in kHz (usually 10.6GHz)")
 
 #define LNB_SLOF_TEXT N_("Antenna lnb_slof (kHz)")
 #define LNB_SLOF_LONGTEXT N_( \
-    "Low Noise Block switch freq in kHz usually 11.7GHz")
+    "Low Noise Block switch freq in kHz (usually 11.7GHz)")
 
 /* Cable */
 #define MODULATION_TEXT N_("Modulation type")




More information about the vlc-devel mailing list