Skip to content
Snippets Groups Projects
Commit 36a478c6 authored by Christophe Mutricy's avatar Christophe Mutricy
Browse files

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

It's a special case and print the metadata of the l10n
parent 9be75cd6
No related branches found
No related tags found
No related merge requests found
......@@ -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") )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment