Commit 15513a7e authored by Francois Cartegnie's avatar Francois Cartegnie Committed by Jean-Baptiste Kempf

Qt: translate wizard buttons (fix #13753)

(cherry picked from commit bf2b378cbabb55c864298a7368efcfa41c2aba76)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 324befaa
...@@ -88,7 +88,10 @@ SoutDialog::SoutDialog( QWidget *parent, intf_thread_t *_p_intf, const QString& ...@@ -88,7 +88,10 @@ SoutDialog::SoutDialog( QWidget *parent, intf_thread_t *_p_intf, const QString&
CB( localOutput ); CB( transcodeBox ); CB( localOutput ); CB( transcodeBox );
CONNECT( ui.profileSelect, optionsChanged(), this, updateMRL() ); CONNECT( ui.profileSelect, optionsChanged(), this, updateMRL() );
setButtonText( QWizard::FinishButton, "Stream" ); setButtonText( QWizard::BackButton, qtr("Back") );
setButtonText( QWizard::CancelButton, qtr("Cancel") );
setButtonText( QWizard::NextButton, qtr("Next") );
setButtonText( QWizard::FinishButton, qtr("Stream") );
#undef CC #undef CC
#undef CS #undef CS
......
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