Commit fea21bab authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Missing translation in update Dialog, spotted by Cristi.

parent 9a509d1d
......@@ -311,7 +311,7 @@ void UpdateDialog::updateNotify( bool b_result )
update_release_t *p_release = update_GetRelease( p_update );
assert( p_release );
b_checked = true;
updateButton->setText( "Yes" );
updateButton->setText( qtr( "&Yes" ) );
QString message = qtr( "A new version of VLC(" )
+ QString::number( p_release->i_major ) + "."
+ QString::number( p_release->i_minor ) + "."
......
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