]> git.sesse.net Git - vlc/commitdiff
Fix SLIDERCOL_LONGTEXT like in commit 2848880a144e0aa184 of jb
authorJean-Philippe Andre <jpeg@via.ecp.fr>
Mon, 7 Apr 2008 09:35:46 +0000 (11:35 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Tue, 8 Apr 2008 07:41:40 +0000 (09:41 +0200)
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
modules/gui/qt4/qt4.cpp

index f060801a328c79de165c42815be8e2f2e244a7d5..ab6b15717cd2a75cbe2b4f34b2ba9bc861166eaa 100644 (file)
@@ -114,7 +114,7 @@ static void ShowDialog   ( intf_thread_t *, int, int, intf_dialog_args_t * );
 #define SLIDERCOL_TEXT N_( "Define the colours of the volume slider " )
 #define SLIDERCOL_LONGTEXT N_( "Define the colours of the volume slider\n " \
                        "By specifying the 12 numbers separated by a ';'\n " \
-            "Default is '255;255;255;20;226;20;255;176;15,235;30;20'\n " \
+            "Default is '255;255;255;20;226;20;255;176;15;235;30;20'\n " \
             "An alternative can be '30;30;50;40;40;100;50;50;160;150;150;255' ")
 
 #define VIEWDETAIL_TEXT N_( "Show the opening dialog view in detail mode" )