mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-22 22:13:35 +02:00
Localized string for "Recently Opened Files"'
Co-authored-by: Andrey Filipenkov <kambaladecapitator@gmail.com>
This commit is contained in:
parent
5bff1ec2c1
commit
1b9b925ab9
@ -456,7 +456,7 @@ void MainWindow::on_actionOpenRecent_triggered()
|
||||
RecentFileDialog(QStringList recentFiles, QWidget * parent = nullptr) : QDialog(parent), layout(this)
|
||||
{
|
||||
|
||||
setWindowTitle("Recently Opened Files");
|
||||
setWindowTitle(tr("Recently Opened Files"));
|
||||
setMinimumWidth(600);
|
||||
|
||||
for (const QString &file : recentFiles) {
|
||||
|
Loading…
Reference in New Issue
Block a user