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

Commit 0b82213

Browse files
committed
Ensure that Arora is displayed in English when NOOBS is set to "English (US)"
1 parent 82ffa01 commit 0b82213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recovery/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ void MainWindow::startBrowser()
515515
else
516516
{
517517
QProcess *proc = new QProcess(this);
518-
proc->start(QString("arora -lang %1 " HOMEPAGE).arg(*_currentLang!=""?*_currentLang:"en"));
518+
proc->start(QString("arora -lang %1 " HOMEPAGE).arg((*_currentLang!="gb" && *_currentLang!="us")?*_currentLang:"en"));
519519
}
520520
}
521521

0 commit comments

Comments
 (0)