Commit 36a478c6 authored by Christophe Mutricy's avatar Christophe Mutricy

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

It's a special case and print the metadata of the l10n
parent 9be75cd6
...@@ -52,14 +52,14 @@ static void Close( vlc_object_t * ); ...@@ -52,14 +52,14 @@ static void Close( vlc_object_t * );
#define WIDTH_TEXT N_("Room width") #define WIDTH_TEXT N_("Room width")
#define WIDTH_LONGTEXT N_("Width of the virtual room") #define WIDTH_LONGTEXT N_("Width of the virtual room")
#define WET_TEXT "" #define WET_TEXT N_("Wet")
#define WET_LONGTEXT "" #define WET_LONGTEXT NULL
#define DRY_TEXT "" #define DRY_TEXT N_("Dry")
#define DRY_LONGTEXT "" #define DRY_LONGTEXT NULL
#define DAMP_TEXT "" #define DAMP_TEXT N_("Damp")
#define DAMP_LONGTEXT "" #define DAMP_LONGTEXT NULL
vlc_module_begin () vlc_module_begin ()
set_description( N_("Audio Spatializer") ) set_description( N_("Audio Spatializer") )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment