]> git.sesse.net Git - vlc/commitdiff
Typo: Remove leading space in about-box, use I_PL_ADDPL(=Add to Playlist) for Add...
authorChristoph Miebach <christoph.miebach@web.de>
Sat, 30 Mar 2013 23:08:13 +0000 (00:08 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 1 Apr 2013 16:09:28 +0000 (18:09 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/components/playlist/standardpanel.cpp
modules/gui/qt4/dialogs/help.cpp
modules/video_filter/panoramix.c

index 35e61175703f62ef5e92074010f138f69b5e39dc..c8ab49caee46d5ab78da6882de4a31a7795389f1 100644 (file)
@@ -207,7 +207,7 @@ bool StandardPLPanel::popup( const QModelIndex & index, const QPoint &point, con
     {
         if( !model->isCurrentItem( model->rootIndex(), PLModel::IN_PLAYLIST ) )
         {
-            ADD_MENU_ENTRY( QIcon(), qtr("Add to playlist"),
+            ADD_MENU_ENTRY( QIcon(), qtr(I_PL_ADDPL),
                             container.ACTION_ADDTOPLAYLIST, selectionlist );
         }
     }
index 31187b7ec897f25a5d905a219eb847d3fd4c04a2..e2008a78062116f13ad6dc0f9c2bd37eacfd18ec 100644 (file)
@@ -110,7 +110,7 @@ AboutDialog::AboutDialog( intf_thread_t *_p_intf)
                 "CDs, DVDs, network streams, capture cards and even more!\n"
                 "VLC uses its internal codecs and works on essentially every "
                 "popular platform.\n\n" )
-            + qtr( "This version of VLC was compiled by:\n " )
+            + qtr( "This version of VLC was compiled by:\n" )
             + qfu( VLC_CompileBy() )+ " on " + qfu( VLC_CompileHost() ) +
             + " ("__DATE__" "__TIME__").\n"
             + qtr( "Compiler: " ) + qfu( VLC_Compiler() ) + ".\n"
index 117e0ee13426f72c82ed40ece7c6b62816161977..77801a5c41d5b3a5f0bb99c09e7031d61abeb422 100644 (file)
@@ -66,7 +66,7 @@
     "which to split the video")
 
 #define ACTIVE_TEXT N_("Active windows")
-#define ACTIVE_LONGTEXT N_("Comma separated list of active windows, " \
+#define ACTIVE_LONGTEXT N_("Comma-separated list of active windows, " \
     "defaults to all")
 
 #define CFG_PREFIX "panoramix-"