1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #3513

TheNain38 (1):
      fix(avform): make "Screen" translatable
This commit is contained in:
Zetok Zalbavar 2016-07-15 09:12:16 +01:00
commit 3822511dde
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

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