[vlc-devel] commit: Qt: don't use "Open a Media" (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Mar 15 02:13:07 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar 15 02:12:51 2009 +0100| [0571ef72ef6bb50e46c1118404143e68f2eef3e7] | committer: Jean-Baptiste Kempf
Qt: don't use "Open a Media"
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0571ef72ef6bb50e46c1118404143e68f2eef3e7
---
modules/gui/qt4/components/controller.hpp | 4 ++--
modules/gui/qt4/dialogs/open.cpp | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/gui/qt4/components/controller.hpp b/modules/gui/qt4/components/controller.hpp
index d3eafc2..38919f2 100644
--- a/modules/gui/qt4/components/controller.hpp
+++ b/modules/gui/qt4/components/controller.hpp
@@ -33,7 +33,7 @@
#include <QFrame>
#include <QString>
-#define I_PLAY_TOOLTIP N_("Play\nIf the playlist is empty, open a media")
+#define I_PLAY_TOOLTIP N_("Play\nIf the playlist is empty, open a medium")
#define MAIN_TB1_DEFAULT "64;39;64;38;65"
#define MAIN_TB2_DEFAULT "0-2;64;3;1;4;64;7;10;9;64-4;37;65;35-4"
@@ -104,7 +104,7 @@ static const QString nameL[BUTTON_MAX] = { "Play", "Stop", "Open",
"Frame By Frame", "Trickplay Reverse", "Step backward" , "Step forward",
"Quit" };
static const QString tooltipL[BUTTON_MAX] = { I_PLAY_TOOLTIP,
- _("Stop playback"), _("Open a media"),
+ _("Stop playback"), _("Open a medium"),
_("Previous media in the playlist"),
_("Next media in the playlist"), _("Slower"), _("Faster"),
_("Toggle the video in fullscreen"), _("Toggle the video out fullscreen"),
diff --git a/modules/gui/qt4/dialogs/open.cpp b/modules/gui/qt4/dialogs/open.cpp
index 16508e1..1646093 100644
--- a/modules/gui/qt4/dialogs/open.cpp
+++ b/modules/gui/qt4/dialogs/open.cpp
@@ -87,7 +87,7 @@ OpenDialog::OpenDialog( QWidget *parent,
/* Basic Creation of the Window */
ui.setupUi( this );
- setWindowTitle( qtr( "Open a Media" ) );
+ setWindowTitle( qtr( "Open Media" ) );
/* Tab definition and creation */
fileOpenPanel = new FileOpenPanel( this, p_intf );
More information about the vlc-devel
mailing list