Browse Source

fix(avform): make "Screen" translatable

pull/3513/head
TheNain38 9 years ago committed by GitHub
parent
commit
24f0b11a4d
  1. 2
      src/widget/form/settings/avform.cpp

2
src/widget/form/settings/avform.cpp

@ -322,7 +322,7 @@ void AVForm::fillScreenModesComboBox() @@ -322,7 +322,7 @@ void AVForm::fillScreenModesComboBox()
QString name;
if (mode.width && mode.height)
name = QString("Screen %1").arg(i + 1);
name = tr("Screen %1").arg(i + 1);
else
name = tr("Select region");

Loading…
Cancel
Save