[vlc-devel] [PATCH 1/2] Typo: Remove leading space in about-box, use I_PL_ADDPL(=Add to Playlist) for Add to playlist. Use identical sentence (only differs by -)
Christoph Miebach
christoph.miebach at web.de
Sun Mar 31 00:08:13 CET 2013
---
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-"
--
1.8.1.4
More information about the vlc-devel
mailing list