Commit 1f78fbd6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: missing translation in the AspectRatio Box

(cherry picked from commit 2c5bdf7a)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent abba280f
......@@ -275,7 +275,7 @@ void AspectRatioComboBox::updateRatios() {
vout_thread_t* p_vout = THEMIM->getVout();
/* Disable if there is no vout */
if( p_vout == NULL ) {
addItem("Aspect Ratio");
addItem( qtr("Aspect Ratio") );
setDisabled( true );
return;
}
......
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