Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(avform): make "Screen" translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNain38 committed Jul 14, 2016
1 parent 9a8cfa6 commit 24f0b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget/form/settings/avform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit 24f0b11

Please sign in to comment.