Commit 303d976b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: change shortcut in info dialog

Close #4818
parent 7f84c8c8
......@@ -65,7 +65,7 @@ MediaInfoDialog::MediaInfoDialog( intf_thread_t *_p_intf,
if( isMainInputInfo )
{
ISP = new InputStatsPanel( infoTabW, p_intf );
infoTabW->addTab( ISP, qtr( "&Statistics" ) );
infoTabW->addTab( ISP, qtr( "S&tatistics" ) );
}
QGridLayout *layout = new QGridLayout( this );
......
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