]> git.sesse.net Git - vlc/commitdiff
Qt4 - adding a '...' in the description... Cosmetic
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 2 Sep 2007 10:10:00 +0000 (10:10 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 2 Sep 2007 10:10:00 +0000 (10:10 +0000)
modules/gui/qt4/dialogs/help.cpp

index 1557e3d13919ddd327158398a685885a566ab832..be7932fb5f2bbc20a75fc9eb5fff144d6e4750e1 100644 (file)
@@ -107,8 +107,8 @@ AboutDialog::AboutDialog( intf_thread_t *_p_intf) :  QVLCFrame( _p_intf )
             qtr( "VLC media player is a free media player, made by the "
                 "VideoLAN Team.\nIt is a standalone multimedia player, "
                 "encoder and streamer, that can read from many supports "
-                "(files, CDs, DVDs, networks, capture cards) and that works "
-                "on many platforms.\n\n" )
+                "(files, CDs, DVDs, networks, capture cards...) and that "
+                " works on many platforms.\n\n" )
             + qtr( "You are using the new Qt4 Interface.\n" )
             + qtr( "Compiled by " ) + qfu( VLC_CompileBy() )+ "@"
             + qfu( VLC_CompileDomain() ) + ".\n"