vlc | branch: master | Christoph Miebach <[email protected]> | Sun Mar 31 00:08:13 2013 +0100| [bb7f990232e9c3a603a0fa680abacb832efc431a] | committer: Jean-Baptiste Kempf
Typo: Remove leading space in about-box, use I_PL_ADDPL(=Add to Playlist) for Add to playlist. Use identical sentence (only differs by -) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bb7f990232e9c3a603a0fa680abacb832efc431a --- modules/gui/qt4/components/playlist/standardpanel.cpp | 2 +- modules/gui/qt4/dialogs/help.cpp | 2 +- modules/video_filter/panoramix.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/gui/qt4/components/playlist/standardpanel.cpp b/modules/gui/qt4/components/playlist/standardpanel.cpp index 35e6117..c8ab49c 100644 --- a/modules/gui/qt4/components/playlist/standardpanel.cpp +++ b/modules/gui/qt4/components/playlist/standardpanel.cpp @@ -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 ); } } diff --git a/modules/gui/qt4/dialogs/help.cpp b/modules/gui/qt4/dialogs/help.cpp index 31187b7..e2008a7 100644 --- a/modules/gui/qt4/dialogs/help.cpp +++ b/modules/gui/qt4/dialogs/help.cpp @@ -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" diff --git a/modules/video_filter/panoramix.c b/modules/video_filter/panoramix.c index 117e0ee..77801a5 100644 --- a/modules/video_filter/panoramix.c +++ b/modules/video_filter/panoramix.c @@ -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-" _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
