[vlc-devel] commit: Provide at least a short text and don't translate "" ( Christophe Mutricy )

git version control git at videolan.org
Sat Apr 18 02:43:34 CEST 2009


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Sat Apr 18 00:01:46 2009 +0100| [36a478c6a1bc4d78cd565c38321d28b62e5f09d1] | committer: Christophe Mutricy 

Provide at least a short text and don't translate ""

It's a special case and print the metadata of the l10n

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

 modules/audio_filter/spatializer/spatializer.cpp |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modules/audio_filter/spatializer/spatializer.cpp b/modules/audio_filter/spatializer/spatializer.cpp
index 2bee57e..5ed460b 100644
--- a/modules/audio_filter/spatializer/spatializer.cpp
+++ b/modules/audio_filter/spatializer/spatializer.cpp
@@ -52,14 +52,14 @@ static void Close( vlc_object_t * );
 #define WIDTH_TEXT N_("Room width")
 #define WIDTH_LONGTEXT N_("Width of the virtual room")
 
-#define WET_TEXT ""
-#define WET_LONGTEXT ""
+#define WET_TEXT N_("Wet")
+#define WET_LONGTEXT NULL
 
-#define DRY_TEXT ""
-#define DRY_LONGTEXT ""
+#define DRY_TEXT N_("Dry")
+#define DRY_LONGTEXT NULL
 
-#define DAMP_TEXT ""
-#define DAMP_LONGTEXT ""
+#define DAMP_TEXT N_("Damp")
+#define DAMP_LONGTEXT NULL
 
 vlc_module_begin ()
     set_description( N_("Audio Spatializer") )




More information about the vlc-devel mailing list