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:
commit
3822511dde
|
@ -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…
Reference in New Issue
Block a user