]> git.sesse.net Git - vlc/commitdiff
Use appropriate help text.
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 19 Nov 2006 18:04:00 +0000 (18:04 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 19 Nov 2006 18:04:00 +0000 (18:04 +0000)
modules/gui/skins2/src/skin_main.cpp

index 6d050c7b797f5a56c4e4656b2633c7853d8aa5cb..c90a6e978357b2810e5261a74327e7fa5ebd0b8f 100644 (file)
@@ -436,6 +436,8 @@ static int onTaskBarChange( vlc_object_t *pObj, const char *pVariable,
 #define SKINS2_TRANSPARENCY_LONG N_("You can disable all transparency effects"\
     " if you want. This is mainly useful when moving windows does not behave" \
     " correctly.")
+#define SKINS2_PLAYLIST N_("Use a skinned playlist")
+#define SKINS2_PLAYLIST_LONG N_("Use a skinned playlist")
 
 vlc_module_begin();
     set_category( CAT_INTERFACE );
@@ -456,8 +458,8 @@ vlc_module_begin();
               SKINS2_TRANSPARENCY_LONG, VLC_FALSE );
 #endif
 
-    add_bool( "skinned-playlist", VLC_TRUE, NULL, SKINS2_TRANSPARENCY,
-              SKINS2_TRANSPARENCY_LONG, VLC_FALSE );
+    add_bool( "skinned-playlist", VLC_TRUE, NULL, SKINS2_PLAYLIST,
+              SKINS2_PLAYLIST_LONG, VLC_FALSE );
     set_shortname( _("Skins"));
     set_description( _("Skinnable Interface") );
     set_capability( "interface", 30 );