Browse Source

Merge pull request #3513

TheNain38 (1):
      fix(avform): make "Screen" translatable
pull/3519/head
Zetok Zalbavar 9 years ago
parent
commit
3822511dde
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  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