Commit 0571ef72 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: don't use "Open a Media"

parent c54715a1
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <QFrame> #include <QFrame>
#include <QString> #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_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" #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", ...@@ -104,7 +104,7 @@ static const QString nameL[BUTTON_MAX] = { "Play", "Stop", "Open",
"Frame By Frame", "Trickplay Reverse", "Step backward" , "Step forward", "Frame By Frame", "Trickplay Reverse", "Step backward" , "Step forward",
"Quit" }; "Quit" };
static const QString tooltipL[BUTTON_MAX] = { I_PLAY_TOOLTIP, static const QString tooltipL[BUTTON_MAX] = { I_PLAY_TOOLTIP,
_("Stop playback"), _("Open a media"), _("Stop playback"), _("Open a medium"),
_("Previous media in the playlist"), _("Previous media in the playlist"),
_("Next media in the playlist"), _("Slower"), _("Faster"), _("Next media in the playlist"), _("Slower"), _("Faster"),
_("Toggle the video in fullscreen"), _("Toggle the video out fullscreen"), _("Toggle the video in fullscreen"), _("Toggle the video out fullscreen"),
......
...@@ -87,7 +87,7 @@ OpenDialog::OpenDialog( QWidget *parent, ...@@ -87,7 +87,7 @@ OpenDialog::OpenDialog( QWidget *parent,
/* Basic Creation of the Window */ /* Basic Creation of the Window */
ui.setupUi( this ); ui.setupUi( this );
setWindowTitle( qtr( "Open a Media" ) ); setWindowTitle( qtr( "Open Media" ) );
/* Tab definition and creation */ /* Tab definition and creation */
fileOpenPanel = new FileOpenPanel( this, p_intf ); fileOpenPanel = new FileOpenPanel( this, p_intf );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment